| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.payment.tax.ShippingDestinationImpl
public class ShippingDestinationImpl
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| ShippingDestinationImpl()Constructs an instanceof ShippingDestinationImpl | |
| Method Summary | |
|---|---|
|  java.lang.String | getCurrencyCode()Get property CurrencyCode | 
|  Address | getShippingAddress()Get property ShippingAddress | 
|  double | getShippingAmount()Get property ShippingAmount | 
|  TaxableItem | getTaxableItem(int i)Returns an individual item in the shopping cart | 
|  double | getTaxableItemAmount()Get property TaxableItemAmount | 
|  TaxableItem[] | getTaxableItems()Get property TaxableItems | 
|  void | setCurrencyCode(java.lang.String pCurrencyCode)Set property CurrencyCode | 
|  void | setShippingAddress(Address pShippingAddress)Set property ShippingAddress | 
|  void | setShippingAmount(double pShippingAmount)Set property ShippingAmount | 
|  void | setTaxableItemAmount(double pTaxableItemAmount)Set property TaxableItemAmount | 
|  void | setTaxableItems(TaxableItem[] pTaxableItems)Set property TaxableItems | 
| 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 ShippingDestinationImpl()
| Method Detail | 
|---|
public void setCurrencyCode(java.lang.String pCurrencyCode)
pCurrencyCode - new value to setpublic java.lang.String getCurrencyCode()
getCurrencyCode in interface ShippingDestinationpublic void setShippingAmount(double pShippingAmount)
pShippingAmount - new value to setpublic double getShippingAmount()
getShippingAmount in interface ShippingDestinationpublic void setShippingAddress(Address pShippingAddress)
pShippingAddress - new value to setpublic Address getShippingAddress()
getShippingAddress in interface ShippingDestinationpublic void setTaxableItemAmount(double pTaxableItemAmount)
pTaxableItemAmount - new value to setpublic double getTaxableItemAmount()
getTaxableItemAmount in interface ShippingDestinationpublic void setTaxableItems(TaxableItem[] pTaxableItems)
pTaxableItems - new value to setpublic TaxableItem[] getTaxableItems()
getTaxableItems in interface ShippingDestinationpublic TaxableItem getTaxableItem(int i)
getTaxableItem in interface ShippingDestination| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||