com.retek.component.customer.integration
Interface CustomerIntegrationCustomerEmail
- All Superinterfaces:
- BusinessObject, CustomerIntegrationCustomerElement, CustomerIntegrationElement, ElementObject, SecondClassObject
- public interface CustomerIntegrationCustomerEmail
- extends CustomerIntegrationCustomerElement
Interface defining operations for customer integration email.
Methods inherited from interface com.retek.component.customer.integration.CustomerIntegrationCustomerElement |
getActiveFlag, getCreateDate, getCreatedByUser, getLastUpdateDate, getLastUpdatedByUser, isNewCustomerEntity, setActiveFlag, setCreateDate, setCreatedByUser, setLastUpdateDate, setLastUpdatedByUser |
EMAIL_ADDRESS
public static final java.lang.String EMAIL_ADDRESS
- See Also:
- Constant Field Values
getCustomerEmailId
public java.lang.String getCustomerEmailId()
getEmailAddress
public java.lang.String getEmailAddress()
getPrimaryEmailFlag
public java.lang.String getPrimaryEmailFlag()
setCustomerEmailId
public void setCustomerEmailId(java.lang.String customerEmailId)
setEmailAddress
public void setEmailAddress(java.lang.String emailAddress)
setPrimaryEmailFlag
public void setPrimaryEmailFlag(java.lang.String primaryEmaileFlag)
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25