com.retek.component.payment.impl.remote
Class PaymentDto

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.AbstractDto
      extended bycom.retek.component.payment.impl.remote.PaymentDto
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CashPaymentDto, CheckPaymentDto, CreditCardPaymentDto, GiftCertificatePaymentDto, MerchandiseCertificatePaymentDto, MoneyOrderPaymentDto, RewardCertificatePaymentDto, StoredValueCardPaymentDto

public abstract class PaymentDto
extends AbstractDto

See Also:
Serialized Form

Field Summary
 Money amount
           
 java.lang.String currency
           
 Settlement settlement
           
 java.lang.String transactionTypeCode
           
 
Constructor Summary
PaymentDto()
           
 
Methods inherited from class com.retek.commons.domain.core.impl.remote.AbstractDto
equals, getDescription, getDistributedReferences, getId, getIds, hashCode, isPersisted, setDescription, setId, setIsPersisted
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

amount

public Money amount

settlement

public Settlement settlement

transactionTypeCode

public java.lang.String transactionTypeCode

currency

public java.lang.String currency
Constructor Detail

PaymentDto

public PaymentDto()


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