|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.order.CommerceIdentifierImpl
atg.commerce.order.PaymentGroupImpl
atg.commerce.order.GiftCertificate
public class GiftCertificate
This class is an implementation of GiftCertificate payment information. It represents all the information which designates a gift certificate payment.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
GiftCertificate()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getGiftCertificateNumber()
Returns the giftCertificateNumber |
java.lang.String |
getProfileId()
Returns the profileId |
void |
setGiftCertificateNumber(java.lang.String pGiftCertificateNumber)
Sets the giftCertificateNumber |
void |
setProfileId(java.lang.String pProfileId)
Sets the profileId |
| Methods inherited from class atg.commerce.order.CommerceIdentifierImpl |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface atg.payment.giftcertificate.GiftCertificateInfo |
|---|
getAmount |
| Methods inherited from interface atg.commerce.order.CommerceIdentifier |
|---|
getId |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public GiftCertificate()
| Method Detail |
|---|
public java.lang.String getProfileId()
getProfileId in interface GiftCertificateInfopublic void setProfileId(java.lang.String pProfileId)
public java.lang.String getGiftCertificateNumber()
getGiftCertificateNumber in interface GiftCertificateInfopublic void setGiftCertificateNumber(java.lang.String pGiftCertificateNumber)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||