com.retek.component.customer
Interface CustomerEmailAddress
- All Superinterfaces:
- BusinessObject, DistributedObject
- public interface CustomerEmailAddress
- extends DistributedObject
This class represents a customer's email address. This class holds on to a
regular email address.
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
EMAIL_ADDRESS
public static final java.lang.String EMAIL_ADDRESS
- See Also:
- Constant Field Values
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 © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25