com.retek.component.customer.impl
Class CustomerEmailAddressImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.customer.impl.CustomerEmailAddressImpl
All Implemented Interfaces:
BusinessObject, CustomerEmailAddress, DistributedObject

public class CustomerEmailAddressImpl
extends DistributedObjectImpl
implements CustomerEmailAddress


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Fields inherited from interface com.retek.component.customer.CustomerEmailAddress
EMAIL_ADDRESS
 
Constructor Summary
CustomerEmailAddressImpl(DistributedContext context, DistributedReference reference)
           
CustomerEmailAddressImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
 
Method Summary
 boolean allFieldsEqual(CustomerEmailAddress email)
           
 RDate getCreateDate()
           
 CustomerEmailAddressDto getDto()
           
 EmailAddress getEmailAddress()
           
 RDate getLastUpdateDate()
           
 boolean isInactive()
           
 boolean isModified()
           
protected  Dto readLatest()
           
 void setEmailAddress(EmailAddress emailAddress)
           
 void setInactive(boolean isInactive)
           
 
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 com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
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
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

CustomerEmailAddressImpl

public CustomerEmailAddressImpl(DistributedContext context,
                                DistributedReference reference,
                                boolean createHollow)
                         throws SystemException

CustomerEmailAddressImpl

public CustomerEmailAddressImpl(DistributedContext context,
                                DistributedReference reference)
                         throws SystemException
Method Detail

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