|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.payment.creditcard.BasicCreditCardInfoImpl
atg.payment.creditcard.GenericCreditCardInfo
public class GenericCreditCardInfo
This class is an implementation of CreditCardInfo. It represents all the information which designates a credit card payment.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
GenericCreditCardInfo()
|
|
| Method Summary | |
|---|---|
Order |
getOrder()
Returns property order |
void |
setOrder(Order pOrder)
Sets property order |
| Methods inherited from class atg.payment.creditcard.BasicCreditCardInfoImpl |
|---|
getAmount, getBillingAddress, getCreditCardNumber, getCreditCardType, getCurrencyCode, getExpirationDayOfMonth, getExpirationMonth, getExpirationYear, getPaymentId, setAmount, setBillingAddress, setCreditCardNumber, setCreditCardType, setCurrencyCode, setExpirationDayOfMonth, setExpirationMonth, setExpirationYear, setPaymentId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface atg.payment.creditcard.BasicCreditCardInfo |
|---|
getAmount, getBillingAddress, getCreditCardNumber, getCreditCardType, getCurrencyCode, getExpirationDayOfMonth, getExpirationMonth, getExpirationYear, getPaymentId |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public GenericCreditCardInfo()
| Method Detail |
|---|
public Order getOrder()
getOrder in interface CreditCardInfopublic void setOrder(Order pOrder)
pOrder - the value to set for property order
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||