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

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

public class CustomerAddressDto
extends Dto

See Also:
Serialized Form

Field Summary
 Address address
           
 boolean billTo
           
 DistributedReference countryRef
           
 RDate createDate
           
 DistributedReference createdByUserRef
           
 DistributedReference customerChangeReasonRef
           
 TelephoneNumber dayTelephoneNumber
           
 EmailAddress emailAddress
           
 TelephoneNumber eveningTelephoneNumber
           
 java.lang.String firstName
           
 DistributedReference giftRecipientCustomerRef
           
 boolean inactive
           
 java.lang.String label
           
 java.lang.String lastName
           
 RDate lastUpdateDate
           
 DistributedReference lastUpdatedByUserRef
           
 java.lang.String middleInitial
           
 boolean newCustomer
           
 boolean primaryBillToAddress
          This is a transient variable that is just used for mass read of customer(s)
 boolean primaryShipToAddress
          This is a transient variable that is just used for mass read of customer(s)
 DistributedReference salutationRef
           
 DistributedReference suffixRef
           
 java.lang.String taxReferenceCode
           
 boolean validationNeeded
           
 
Constructor Summary
CustomerAddressDto(DistributedContext context, DistributedReference reference)
           
CustomerAddressDto(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

salutationRef

public DistributedReference salutationRef

firstName

public java.lang.String firstName

middleInitial

public java.lang.String middleInitial

lastName

public java.lang.String lastName

suffixRef

public DistributedReference suffixRef

label

public java.lang.String label

billTo

public boolean billTo

inactive

public boolean inactive

validationNeeded

public boolean validationNeeded

newCustomer

public boolean newCustomer

address

public Address address

countryRef

public DistributedReference countryRef

taxReferenceCode

public java.lang.String taxReferenceCode

dayTelephoneNumber

public TelephoneNumber dayTelephoneNumber

eveningTelephoneNumber

public TelephoneNumber eveningTelephoneNumber

emailAddress

public EmailAddress emailAddress

customerChangeReasonRef

public DistributedReference customerChangeReasonRef

giftRecipientCustomerRef

public DistributedReference giftRecipientCustomerRef

createDate

public RDate createDate

createdByUserRef

public DistributedReference createdByUserRef

lastUpdateDate

public RDate lastUpdateDate

lastUpdatedByUserRef

public DistributedReference lastUpdatedByUserRef

primaryBillToAddress

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


primaryShipToAddress

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

Constructor Detail

CustomerAddressDto

public CustomerAddressDto(DistributedContext context,
                          DistributedReference reference)

CustomerAddressDto

public CustomerAddressDto(DistributedReference reference,
                          long version)


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