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

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.AbstractDto
      extended bycom.retek.component.payment.impl.remote.PaymentDto
          extended bycom.retek.component.payment.impl.remote.CreditCardPaymentDto
All Implemented Interfaces:
java.io.Serializable

public class CreditCardPaymentDto
extends PaymentDto

See Also:
Serialized Form

Field Summary
 Address address
           
 CreditCard creditCard
           
 PaymentCustomer customer
           
 RDate orderCreateDate
           
 java.lang.String orderNumber
           
 DistributedReference paymentPlanCodeRef
           
 
Fields inherited from class com.retek.component.payment.impl.remote.PaymentDto
amount, currency, settlement, transactionTypeCode
 
Constructor Summary
CreditCardPaymentDto()
           
 
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

creditCard

public CreditCard creditCard

address

public Address address

customer

public PaymentCustomer customer

paymentPlanCodeRef

public DistributedReference paymentPlanCodeRef

orderNumber

public java.lang.String orderNumber

orderCreateDate

public RDate orderCreateDate
Constructor Detail

CreditCardPaymentDto

public CreditCardPaymentDto()


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