com.retek.component.customer.impl.remote
Class CustomerTelephoneDto

java.lang.Object
  extended bycom.retek.commons.component.impl.Dto
      extended bycom.retek.component.customer.impl.remote.CustomerTelephoneDto
All Implemented Interfaces:
java.io.Serializable

public class CustomerTelephoneDto
extends Dto

See Also:
Serialized Form

Field Summary
 RDate createDate
           
 DistributedReference createdByUserRef
           
 boolean inactive
           
 RDate lastUpdateDate
           
 DistributedReference lastUpdatedByUserRef
           
 boolean primaryDayTelephone
          This is a transient variable that is just used for mass read of customer(s)
 boolean primaryEveningTelephone
          This is a transient variable that is just used for mass read of customer(s)
 TelephoneNumber telephone
           
 
Constructor Summary
CustomerTelephoneDto(DistributedContext context, DistributedReference reference)
           
CustomerTelephoneDto(DistributedReference reference, long version)
           
 
Methods inherited from class com.retek.commons.component.impl.Dto
attributesToString, checkConcurrency, deepClone, equals, equalValues, equalValues, equalValues, equalValuesDeep, equalValuesDeep, getContext, getDirtyProperties, getDistributedReferences, getDtosInTree, getDtosInTree, getDtosInTreeByRef, getPropertyMap, getReference, getVersion, hashCode, isConcurrenyCheckEnabled, isDeleted, isDirty, isDirtyDeep, isDirtyDeepIgnoreFields, isDirtyIgnoreFields, isPersisted, markClean, markDirty, markPersisted, mergeIntoContext, mergePropertiesFrom, printDeep, purgeDeletedChildren, setConcurrenyCheckEnabled, toString, toStringDeep, writeReplace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

telephone

public TelephoneNumber telephone

inactive

public boolean inactive

createDate

public RDate createDate

createdByUserRef

public DistributedReference createdByUserRef

lastUpdateDate

public RDate lastUpdateDate

lastUpdatedByUserRef

public DistributedReference lastUpdatedByUserRef

primaryDayTelephone

public transient boolean primaryDayTelephone
This is a transient variable that is just used for mass read of customer(s)


primaryEveningTelephone

public transient boolean primaryEveningTelephone
This is a transient variable that is just used for mass read of customer(s)

Constructor Detail

CustomerTelephoneDto

public CustomerTelephoneDto(DistributedContext context,
                            DistributedReference reference)

CustomerTelephoneDto

public CustomerTelephoneDto(DistributedReference reference,
                            long version)


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