| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.pricing.result.TaxPrice
public class TaxPrice
Contains the following information about the taxes on an Order:
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| TaxPrice() | |
| Method Summary | |
|---|---|
|  PriceAdjustment[] | getAdjustments()the tax discounts | 
|  double | getAmount()the total taxes | 
|  double | getCityTax()the city taxes | 
|  double | getCountryTax()the country taxes | 
|  double | getCountyTax()the county taxes | 
|  double | getDistrictTax()the district taxes | 
|  double | getStateTax()the state taxes | 
|  void | setAdjustments(PriceAdjustment[] pAdjustments)the tax discounts | 
|  void | setAmount(double pAmount)the total taxes | 
|  void | setCityTax(double pCityTax)the city taxes | 
|  void | setCountryTax(double pCountryTax)the country taxes | 
|  void | setCountyTax(double pCountyTax)the county taxes | 
|  void | setDistrictTax(double pDistrictTax)the district taxes | 
|  void | setStateTax(double pStateTax)the state taxes | 
|  java.lang.String | toString()Returns a string form of this price information | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public TaxPrice()
| Method Detail | 
|---|
public void setAmount(double pAmount)
pAmount - new value to setpublic double getAmount()
public void setCityTax(double pCityTax)
pCityTax - new value to setpublic double getCityTax()
public void setCountyTax(double pCountyTax)
pCountyTax - new value to setpublic double getCountyTax()
public void setStateTax(double pStateTax)
pStateTax - new value to setpublic double getStateTax()
public void setDistrictTax(double pDistrictTax)
pDistrictTax - new value to setpublic double getDistrictTax()
public void setCountryTax(double pCountryTax)
pCountryTax - new value to setpublic double getCountryTax()
public void setAdjustments(PriceAdjustment[] pAdjustments)
pAdjustments - new value to setpublic PriceAdjustment[] getAdjustments()
public java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||