com.retek.component.customer.integration.impl
Class CustomerIntegrationCustomerTelephoneImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.SecondClassObjectImpl
com.retek.commons.component.xml.impl.ElementObjectImpl
com.retek.component.customer.integration.impl.CustomerIntegrationElementImpl
com.retek.component.customer.integration.impl.CustomerIntegrationCustomerElementImpl
com.retek.component.customer.integration.impl.CustomerIntegrationCustomerTelephoneImpl
- All Implemented Interfaces:
- BusinessObject, CustomerIntegrationCustomerElement, CustomerIntegrationCustomerTelephone, CustomerIntegrationElement, ElementObject, SecondClassObject
- public class CustomerIntegrationCustomerTelephoneImpl
- extends CustomerIntegrationCustomerElementImpl
- implements CustomerIntegrationCustomerTelephone
Class which represents a customer integration customer.
Methods inherited from class com.retek.component.customer.integration.impl.CustomerIntegrationCustomerElementImpl |
getActiveFlag, getBannerCode, getCreateDate, getCreatedByUser, getCustomerIntegrationBaseCustomerDto, getLastUpdateDate, getLastUpdatedByUser, getSourceCode, getUserName, setActiveFlag, setCreateDate, setCreatedByUser, setLastUpdateDate, setLastUpdatedByUser |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CustomerIntegrationCustomerTelephoneImpl
public CustomerIntegrationCustomerTelephoneImpl(DistributedContext context,
CustomerIntegrationCustomerTelephoneDto dto)
CustomerIntegrationCustomerTelephoneImpl
public CustomerIntegrationCustomerTelephoneImpl(CustomerTelephone customerTelephone)
throws SystemException
CustomerIntegrationCustomerTelephoneImpl
public CustomerIntegrationCustomerTelephoneImpl(DistributedContext context,
CustomerTelephoneDto customerTelephoneDto)
throws SystemException
getDto
public CustomerIntegrationCustomerTelephoneDto getDto()
accept
public void accept(CustomerIntegrationElementVisitor visitor)
throws SystemException,
BusinessException
- Description copied from interface:
CustomerIntegrationElement
- Accept a customer integration element visitor. See the GOF Visitor pattern.
- Specified by:
accept
in interface CustomerIntegrationElement
- Parameters:
visitor
- element visitor
- Throws:
SystemException
BusinessException
isNewCustomerEntity
public boolean isNewCustomerEntity()
- Specified by:
isNewCustomerEntity
in interface CustomerIntegrationCustomerElement
getCustomerTelephoneId
public java.lang.String getCustomerTelephoneId()
- Specified by:
getCustomerTelephoneId
in interface CustomerIntegrationCustomerTelephone
getPrimaryDayTelephoneFlag
public java.lang.String getPrimaryDayTelephoneFlag()
- Specified by:
getPrimaryDayTelephoneFlag
in interface CustomerIntegrationCustomerTelephone
getPrimaryEveningTelephoneFlag
public java.lang.String getPrimaryEveningTelephoneFlag()
- Specified by:
getPrimaryEveningTelephoneFlag
in interface CustomerIntegrationCustomerTelephone
getTelephoneNumber
public java.lang.String getTelephoneNumber()
- Specified by:
getTelephoneNumber
in interface CustomerIntegrationCustomerTelephone
getExtension
public java.lang.String getExtension()
- Specified by:
getExtension
in interface CustomerIntegrationCustomerTelephone
setCustomerTelephoneId
public void setCustomerTelephoneId(java.lang.String customerTelephoneId)
- Specified by:
setCustomerTelephoneId
in interface CustomerIntegrationCustomerTelephone
setPrimaryDayTelephoneFlag
public void setPrimaryDayTelephoneFlag(java.lang.String primaryDayTelephoneFlag)
- Specified by:
setPrimaryDayTelephoneFlag
in interface CustomerIntegrationCustomerTelephone
setPrimaryEveningTelephoneFlag
public void setPrimaryEveningTelephoneFlag(java.lang.String primaryEveningTelephoneFlag)
- Specified by:
setPrimaryEveningTelephoneFlag
in interface CustomerIntegrationCustomerTelephone
setTelephoneNumber
public void setTelephoneNumber(java.lang.String telephoneNumber)
- Specified by:
setTelephoneNumber
in interface CustomerIntegrationCustomerTelephone
setExtension
public void setExtension(java.lang.String extension)
- Specified by:
setExtension
in interface CustomerIntegrationCustomerTelephone
toXml
public java.lang.String toXml()
throws SystemException,
XmlBuilderException
- Description copied from interface:
ElementObject
- Convert the element to an xml string.
- Specified by:
toXml
in interface ElementObject
- Returns:
- String xml element string
- Throws:
SystemException
XmlBuilderException
addElement
public void addElement(ElementObject element)
- Specified by:
addElement
in class ElementObjectImpl
setAttributes
public void setAttributes(java.util.Map attributes)
- Specified by:
setAttributes
in class ElementObjectImpl
toString
public java.lang.String toString()
- Overrides:
toString
in class ElementObjectImpl
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28