com.retek.component.customer.integration.impl
Class CustomerIntegrationCustomerEmailImpl
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.CustomerIntegrationCustomerEmailImpl
- All Implemented Interfaces:
- BusinessObject, CustomerIntegrationCustomerElement, CustomerIntegrationCustomerEmail, CustomerIntegrationElement, ElementObject, SecondClassObject
- public class CustomerIntegrationCustomerEmailImpl
- extends CustomerIntegrationCustomerElementImpl
- implements CustomerIntegrationCustomerEmail
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 |
CustomerIntegrationCustomerEmailImpl
public CustomerIntegrationCustomerEmailImpl(DistributedContext context,
CustomerIntegrationCustomerEmailDto dto)
CustomerIntegrationCustomerEmailImpl
public CustomerIntegrationCustomerEmailImpl(CustomerEmailAddress customerEmail)
throws SystemException
CustomerIntegrationCustomerEmailImpl
public CustomerIntegrationCustomerEmailImpl(DistributedContext context,
CustomerEmailAddressDto customerEmailDto)
throws SystemException
getDto
public CustomerIntegrationCustomerEmailDto 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
getCustomerEmailId
public java.lang.String getCustomerEmailId()
- Specified by:
getCustomerEmailId
in interface CustomerIntegrationCustomerEmail
getEmailAddress
public java.lang.String getEmailAddress()
- Specified by:
getEmailAddress
in interface CustomerIntegrationCustomerEmail
getPrimaryEmailFlag
public java.lang.String getPrimaryEmailFlag()
- Specified by:
getPrimaryEmailFlag
in interface CustomerIntegrationCustomerEmail
setCustomerEmailId
public void setCustomerEmailId(java.lang.String customerEmailId)
- Specified by:
setCustomerEmailId
in interface CustomerIntegrationCustomerEmail
setEmailAddress
public void setEmailAddress(java.lang.String emailAddress)
- Specified by:
setEmailAddress
in interface CustomerIntegrationCustomerEmail
setPrimaryEmailFlag
public void setPrimaryEmailFlag(java.lang.String primaryEmailFlag)
- Specified by:
setPrimaryEmailFlag
in interface CustomerIntegrationCustomerEmail
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