com.retek.component.customer.impl
Class CustomerEmailAddressImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.retek.component.customer.impl.CustomerEmailAddressImpl
- All Implemented Interfaces:
- BusinessObject, CustomerEmailAddress, DistributedObject
- public class CustomerEmailAddressImpl
- extends DistributedObjectImpl
- implements CustomerEmailAddress
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl |
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, refresh, toString, wrap, wrap, wrap, wrap |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
CustomerEmailAddressImpl
public CustomerEmailAddressImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
throws SystemException
CustomerEmailAddressImpl
public CustomerEmailAddressImpl(DistributedContext context,
DistributedReference reference)
throws SystemException
getDto
public CustomerEmailAddressDto getDto()
throws SystemException
- Throws:
SystemException
getEmailAddress
public EmailAddress getEmailAddress()
throws SystemException
- Specified by:
getEmailAddress
in interface CustomerEmailAddress
- Throws:
SystemException
isInactive
public boolean isInactive()
throws SystemException
- Specified by:
isInactive
in interface CustomerEmailAddress
- Throws:
SystemException
setEmailAddress
public void setEmailAddress(EmailAddress emailAddress)
throws SystemException
- Specified by:
setEmailAddress
in interface CustomerEmailAddress
- Throws:
SystemException
setInactive
public void setInactive(boolean isInactive)
throws SystemException
- Throws:
SystemException
getCreateDate
public RDate getCreateDate()
throws SystemException
- Throws:
SystemException
getLastUpdateDate
public RDate getLastUpdateDate()
throws SystemException
- Throws:
SystemException
isModified
public boolean isModified()
allFieldsEqual
public boolean allFieldsEqual(CustomerEmailAddress email)
throws SystemException
- Throws:
SystemException
readLatest
protected Dto readLatest()
throws SystemException
- Overrides:
readLatest
in class DistributedObjectImpl
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28