atg.payment.giftcertificate
Class GenericGiftCertificateInfo

java.lang.Object
  extended by atg.payment.giftcertificate.GenericGiftCertificateInfo
All Implemented Interfaces:
GiftCertificateInfo, java.io.Serializable

public class GenericGiftCertificateInfo
extends java.lang.Object
implements GiftCertificateInfo

This class is an implementation of GiftCertificateInfo. It represents all the information which designates a gift certificate payment.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
GenericGiftCertificateInfo()
           
 
Method Summary
 double getAmount()
          Returns the amount
 java.lang.String getGiftCertificateNumber()
          Returns the GiftCertificateNumber
 java.lang.String getProfileId()
          Returns the profileId
 void setAmount(double pAmount)
          Sets the amount
 void setGiftCertificateNumber(java.lang.String pGiftCertificateNumber)
          Sets the GiftCertificateNumber
 void setProfileId(java.lang.String pProfileId)
          Sets the profileId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

GenericGiftCertificateInfo

public GenericGiftCertificateInfo()
Method Detail

getProfileId

public java.lang.String getProfileId()
Returns the profileId

Specified by:
getProfileId in interface GiftCertificateInfo

setProfileId

public void setProfileId(java.lang.String pProfileId)
Sets the profileId


getGiftCertificateNumber

public java.lang.String getGiftCertificateNumber()
Returns the GiftCertificateNumber

Specified by:
getGiftCertificateNumber in interface GiftCertificateInfo

setGiftCertificateNumber

public void setGiftCertificateNumber(java.lang.String pGiftCertificateNumber)
Sets the GiftCertificateNumber


getAmount

public double getAmount()
Returns the amount

Specified by:
getAmount in interface GiftCertificateInfo

setAmount

public void setAmount(double pAmount)
Sets the amount