atg.projects.store.order.beans
Class StoreCreditBean

java.lang.Object
  extended by atg.projects.store.order.beans.StoreCreditBean

public class StoreCreditBean
extends java.lang.Object

This bean will be used to display availableAmounts for store credit to users.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string.
 
Constructor Summary
StoreCreditBean(java.lang.String pId, double pAmount)
          Creates a new StoreCreditBean object.
 
Method Summary
 double getAmountRemaining()
           
 java.lang.String getId()
           
 void setAmountRemaining(double pAmountRemaining)
           
 void setId(java.lang.String pId)
           
 
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

StoreCreditBean

public StoreCreditBean(java.lang.String pId,
                       double pAmount)
Creates a new StoreCreditBean object.

Parameters:
pId - - id
pAmount - - remaining amount
Method Detail

getId

public java.lang.String getId()
Returns:
the Id.

setId

public void setId(java.lang.String pId)
Parameters:
pId - - the Id.

getAmountRemaining

public double getAmountRemaining()
Returns:
the remaining amount.

setAmountRemaining

public void setAmountRemaining(double pAmountRemaining)
Parameters:
pAmountRemaining - - the remaining amount.