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.


Field Summary
static java.lang.String EMAIL_ADDRESS
           
 
Fields inherited from interface com.retek.component.customer.integration.CustomerIntegrationCustomerElement
CREATE_DATE, CREATED_BY_USER, LAST_UPDATE_DATE, LAST_UPDATED_BY_USER
 
Fields inherited from interface com.retek.component.customer.integration.CustomerIntegrationElement
N_FLAG, Y_FLAG
 
Method Summary
 java.lang.String getCustomerEmailId()
           
 java.lang.String getEmailAddress()
           
 java.lang.String getPrimaryEmailFlag()
           
 void setCustomerEmailId(java.lang.String customerEmailId)
           
 void setEmailAddress(java.lang.String emailAddress)
           
 void setPrimaryEmailFlag(java.lang.String primaryEmaileFlag)
           
 
Methods inherited from interface com.retek.component.customer.integration.CustomerIntegrationCustomerElement
getActiveFlag, getCreateDate, getCreatedByUser, getLastUpdateDate, getLastUpdatedByUser, isNewCustomerEntity, setActiveFlag, setCreateDate, setCreatedByUser, setLastUpdateDate, setLastUpdatedByUser
 
Methods inherited from interface com.retek.component.customer.integration.CustomerIntegrationElement
accept
 
Methods inherited from interface com.retek.commons.component.xml.ElementObject
getElementId, getParentElementId, toXml
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Field Detail

EMAIL_ADDRESS

public static final java.lang.String EMAIL_ADDRESS
See Also:
Constant Field Values
Method Detail

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