com.retek.component.customer.impl.remote
Class CustomerAddressDto
java.lang.Object
com.retek.commons.component.impl.Dto
com.retek.component.customer.impl.remote.CustomerAddressDto
- All Implemented Interfaces:
- java.io.Serializable
- public class CustomerAddressDto
- extends Dto
- See Also:
- Serialized Form
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 |
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)
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