| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.payment.storecredit.GenericStoreCreditInfo
public class GenericStoreCreditInfo
This class is an implementation of StoreCreditInfo. It represents all the information which designates a store credit payment.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass 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 | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public GenericStoreCreditInfo()
| Method Detail | 
|---|
public java.lang.String getProfileId()
getProfileId in interface StoreCreditInfopublic void setProfileId(java.lang.String pProfileId)
public java.lang.String getStoreCreditNumber()
getStoreCreditNumber in interface StoreCreditInfopublic void setStoreCreditNumber(java.lang.String pStoreCreditNumber)
public double getAmount()
getAmount in interface StoreCreditInfopublic void setAmount(double pAmount)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||