atg.payment.storecredit
Class GenericStoreCreditInfo

java.lang.Object
  extended by atg.payment.storecredit.GenericStoreCreditInfo
All Implemented Interfaces:
StoreCreditInfo, java.io.Serializable

public class GenericStoreCreditInfo
extends java.lang.Object
implements StoreCreditInfo

This class is an implementation of StoreCreditInfo. It represents all the information which designates a store credit payment.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
GenericStoreCreditInfo()
           
 
Method Summary
 double getAmount()
          Returns the amount
 java.lang.String getProfileId()
          Returns the profileId
 java.lang.String getStoreCreditNumber()
          Returns the StoreCreditNumber
 void setAmount(double pAmount)
          Sets the amount
 void setProfileId(java.lang.String pProfileId)
          Sets the profileId
 void setStoreCreditNumber(java.lang.String pStoreCreditNumber)
          Sets the StoreCreditNumber
 
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

GenericStoreCreditInfo

public GenericStoreCreditInfo()
Method Detail

getProfileId

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

Specified by:
getProfileId in interface StoreCreditInfo

setProfileId

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


getStoreCreditNumber

public java.lang.String getStoreCreditNumber()
Returns the StoreCreditNumber

Specified by:
getStoreCreditNumber in interface StoreCreditInfo

setStoreCreditNumber

public void setStoreCreditNumber(java.lang.String pStoreCreditNumber)
Sets the StoreCreditNumber


getAmount

public double getAmount()
Returns the amount

Specified by:
getAmount in interface StoreCreditInfo

setAmount

public void setAmount(double pAmount)
Sets the amount