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

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

public class CustomerDto
extends Dto

See Also:
Serialized Form

Field Summary
 AcquisitionMethod acquisitionMethod
           
 java.util.Set alternateCustomerIDs
           
 java.util.Set alternateHouseholdNumbers
           
 RDate createDate
           
 DistributedReference createdByUserRef
           
 java.util.List creditCardDtos
           
 java.util.List customerAddressDtos
           
 java.util.List customerEmailAddressDtos
           
 DistributedReference customerInactiveReasonRef
           
 java.util.List customerTelephoneDtos
           
 java.lang.String firstName
           
 java.lang.String householdNumber
           
 DistributedReference initialBannerRef
           
 boolean isInactive
           
 RDate lastImportDate
           
 java.lang.String lastImportRequestId
           
 java.lang.String lastName
           
 RDate lastUpdateDate
           
 DistributedReference lastUpdatedByUserRef
           
 java.lang.String middleInitial
           
 boolean nameChanged
           
 RDate originalOrderDate
           
 java.util.Map preferenceDtosByBannerRef
           
 CustomerAddressDto primaryBillToAddressDto
           
 CustomerEmailAddressDto primaryCustomerEmailAddressDto
           
 CustomerTelephoneDto primaryDayTelephoneNumberDto
           
 CustomerTelephoneDto primaryEveningTelephoneNumberDto
           
 CustomerAddressDto primaryShipToAddressDto
           
 DistributedReference salutationRef
           
 DistributedReference sourceCodeRef
           
 java.util.List storedValueCardCashoutDtos
           
 java.lang.String subAccountNumber
           
 DistributedReference suffixRef
           
 
Constructor Summary
CustomerDto(DistributedContext context, DistributedReference reference)
           
CustomerDto(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

primaryCustomerEmailAddressDto

public CustomerEmailAddressDto primaryCustomerEmailAddressDto

primaryShipToAddressDto

public CustomerAddressDto primaryShipToAddressDto

primaryBillToAddressDto

public CustomerAddressDto primaryBillToAddressDto

primaryDayTelephoneNumberDto

public CustomerTelephoneDto primaryDayTelephoneNumberDto

primaryEveningTelephoneNumberDto

public CustomerTelephoneDto primaryEveningTelephoneNumberDto

customerAddressDtos

public java.util.List customerAddressDtos

customerEmailAddressDtos

public java.util.List customerEmailAddressDtos

customerTelephoneDtos

public java.util.List customerTelephoneDtos

preferenceDtosByBannerRef

public java.util.Map preferenceDtosByBannerRef

creditCardDtos

public java.util.List creditCardDtos

storedValueCardCashoutDtos

public java.util.List storedValueCardCashoutDtos

acquisitionMethod

public AcquisitionMethod acquisitionMethod

initialBannerRef

public DistributedReference initialBannerRef

originalOrderDate

public RDate originalOrderDate

householdNumber

public java.lang.String householdNumber

subAccountNumber

public java.lang.String subAccountNumber

isInactive

public boolean isInactive

customerInactiveReasonRef

public DistributedReference customerInactiveReasonRef

alternateHouseholdNumbers

public java.util.Set alternateHouseholdNumbers

alternateCustomerIDs

public java.util.Set alternateCustomerIDs

sourceCodeRef

public DistributedReference sourceCodeRef

lastImportDate

public RDate lastImportDate

lastImportRequestId

public java.lang.String lastImportRequestId

createDate

public RDate createDate

createdByUserRef

public DistributedReference createdByUserRef

lastUpdateDate

public RDate lastUpdateDate

lastUpdatedByUserRef

public DistributedReference lastUpdatedByUserRef

nameChanged

public boolean nameChanged
Constructor Detail

CustomerDto

public CustomerDto(DistributedContext context,
                   DistributedReference reference)

CustomerDto

public CustomerDto(DistributedReference reference,
                   long version)


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