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

java.lang.Object
  extended bycom.retek.commons.component.impl.Dto
      extended bycom.retek.commons.component.impl.DeletableDto
          extended bycom.retek.component.customerorder.impl.remote.CustomerOrderPaymentDto
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CustomerOrderCashPaymentDto, CustomerOrderCheckPaymentDto, CustomerOrderCreditCardPaymentDto, CustomerOrderMoneyOrderPaymentDto, CustomerOrderVoucherPaymentDto

public abstract class CustomerOrderPaymentDto
extends DeletableDto

See Also:
Serialized Form

Field Summary
 Money amount
           
 Money authorizedAmount
           
 RDate createDate
           
 DistributedReference createdBy
           
 java.lang.String currency
           
 java.util.Set historyEventDtos
           
 RDate lastUpdateDate
           
 DistributedReference lastUpdatedBy
           
 DistributedReference orderReference
           
 Money originalAuthorizedAmount
           
 PaymentAuthorizationResponseDto paymentAuthorizationResponseDto
           
 CustomerOrderPaymentTransactionType paymentTransactionType
           
 Money salesAuditExportAmount
           
 ExportState salesAuditExportState
           
 RDate salesAuditTransactionDate
           
 CustomerOrderSettlementDto settlementDto
           
 DistributedReference tenderTypeRef
           
 DistributedReference transactionGroupRef
           
 java.lang.String transactionTypeCode
           
 RcomRmmWorkflowContext workflowContext
           
 
Constructor Summary
CustomerOrderPaymentDto(DistributedContext context, DistributedReference reference)
           
CustomerOrderPaymentDto(DistributedReference reference, long version)
           
 
Methods inherited from class com.retek.commons.component.impl.DeletableDto
attributesToString, isDeleted, markDeleted, mergePropertiesFrom
 
Methods inherited from class com.retek.commons.component.impl.Dto
checkConcurrency, deepClone, equals, equalValues, equalValues, equalValues, equalValuesDeep, equalValuesDeep, getContext, getDirtyProperties, getDistributedReferences, getDtosInTree, getDtosInTree, getDtosInTreeByRef, getPropertyMap, getReference, getVersion, hashCode, isConcurrenyCheckEnabled, isDirty, isDirtyDeep, isDirtyDeepIgnoreFields, isDirtyIgnoreFields, isPersisted, markClean, markDirty, markPersisted, mergeIntoContext, printDeep, purgeDeletedChildren, setConcurrenyCheckEnabled, toString, toStringDeep, writeReplace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

transactionGroupRef

public DistributedReference transactionGroupRef

amount

public Money amount

authorizedAmount

public Money authorizedAmount

originalAuthorizedAmount

public Money originalAuthorizedAmount

currency

public java.lang.String currency

transactionTypeCode

public java.lang.String transactionTypeCode

settlementDto

public CustomerOrderSettlementDto settlementDto

orderReference

public DistributedReference orderReference

paymentAuthorizationResponseDto

public PaymentAuthorizationResponseDto paymentAuthorizationResponseDto

paymentTransactionType

public CustomerOrderPaymentTransactionType paymentTransactionType

tenderTypeRef

public DistributedReference tenderTypeRef

workflowContext

public RcomRmmWorkflowContext workflowContext

historyEventDtos

public java.util.Set historyEventDtos

salesAuditExportState

public ExportState salesAuditExportState

salesAuditTransactionDate

public RDate salesAuditTransactionDate

salesAuditExportAmount

public Money salesAuditExportAmount

createdBy

public DistributedReference createdBy

createDate

public RDate createDate

lastUpdatedBy

public DistributedReference lastUpdatedBy

lastUpdateDate

public RDate lastUpdateDate
Constructor Detail

CustomerOrderPaymentDto

public CustomerOrderPaymentDto(DistributedContext context,
                               DistributedReference reference)

CustomerOrderPaymentDto

public CustomerOrderPaymentDto(DistributedReference reference,
                               long version)


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