com.retek.component.customer
Interface CustomerEmailAddress

All Superinterfaces:
BusinessObject, DistributedObject
All Known Implementing Classes:
CustomerEmailAddressImpl

public interface CustomerEmailAddress
extends DistributedObject

This class represents a customer's email address. This class holds on to a regular email address.


Field Summary
static java.lang.String EMAIL_ADDRESS
           
 
Method Summary
 EmailAddress getEmailAddress()
           
 boolean isInactive()
           
 void setEmailAddress(EmailAddress emailAddress)
           
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
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

getEmailAddress

public EmailAddress getEmailAddress()
                             throws SystemException
Throws:
SystemException

isInactive

public boolean isInactive()
                   throws SystemException
Throws:
SystemException

setEmailAddress

public void setEmailAddress(EmailAddress emailAddress)
                     throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28