com.retek.component.customerorder.impl.remote
Class CustomerOrderAddressDto

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

public class CustomerOrderAddressDto
extends Dto

See Also:
Serialized Form

Field Summary
 Address address
           
 DistributedReference countryRef
           
 TelephoneNumber dayTelephone
           
 EmailAddress emailAddress
           
 TelephoneNumber eveningTelephone
           
 java.lang.String firstName
           
 DistributedReference giftRecipientCustomerRef
           
 java.lang.String label
           
 java.lang.String lastName
           
 java.lang.String middleInitial
           
 DistributedReference salutationRef
           
 DistributedReference suffixRef
           
 java.lang.String taxReferenceCode
           
 boolean validationNeeded
           
 
Constructor Summary
CustomerOrderAddressDto(DistributedContext context, DistributedReference reference)
           
CustomerOrderAddressDto(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

address

public Address address

countryRef

public DistributedReference countryRef

taxReferenceCode

public java.lang.String taxReferenceCode

dayTelephone

public TelephoneNumber dayTelephone

eveningTelephone

public TelephoneNumber eveningTelephone

emailAddress

public EmailAddress emailAddress

giftRecipientCustomerRef

public DistributedReference giftRecipientCustomerRef

validationNeeded

public boolean validationNeeded
Constructor Detail

CustomerOrderAddressDto

public CustomerOrderAddressDto(DistributedContext context,
                               DistributedReference reference)

CustomerOrderAddressDto

public CustomerOrderAddressDto(DistributedReference reference,
                               long version)


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