| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.payment.tax.TaxableItemImpl
public class TaxableItemImpl
Implementation of TaxableItem for use with all TaxProcessors
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| TaxableItemImpl() | |
| Method Summary | |
|---|---|
|  double | getAmount()Get property Amount | 
|  java.lang.String | getCatalogRefId()Get property CatalogRefId | 
|  java.lang.String | getProductId()Get property ProductId | 
|  long | getQuantity()Get property Quantity | 
|  java.lang.String | getTaxStatus()Returns property TaxStatus | 
|  void | setAmount(double pAmount)Set property Amount | 
|  void | setCatalogRefId(java.lang.String pCatalogRefId)Set property CatalogRefId | 
|  void | setProductId(java.lang.String pProductId)Set property ProductId | 
|  void | setQuantity(long pQuantity)Set property Quantity | 
|  void | setTaxStatus(java.lang.String pTaxStatus)Sets property TaxStatus | 
| 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 TaxableItemImpl()
| Method Detail | 
|---|
public void setAmount(double pAmount)
pAmount - new value to setpublic double getAmount()
getAmount in interface TaxableItempublic void setCatalogRefId(java.lang.String pCatalogRefId)
pCatalogRefId - new value to setpublic java.lang.String getCatalogRefId()
getCatalogRefId in interface TaxableItempublic void setProductId(java.lang.String pProductId)
pProductId - new value to setpublic java.lang.String getProductId()
getProductId in interface TaxableItempublic void setQuantity(long pQuantity)
pQuantity - new value to setpublic long getQuantity()
getQuantity in interface TaxableItempublic void setTaxStatus(java.lang.String pTaxStatus)
public java.lang.String getTaxStatus()
getTaxStatus in interface TaxableItem| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||