| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.payment.DummyTaxStatus
public class DummyTaxStatus
Dummy tax status for use only with a DummyTaxProcessor.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| DummyTaxStatus() | |
| Method Summary | |
|---|---|
|  double | getAmount()Get property Amount | 
|  double | getCityTax()Get property CityTax | 
|  double | getCountryTax()Get property CountryTax | 
|  double | getCountyTax()Get property CountyTax | 
|  double | getDistrictTax()Get property DistrictTax | 
|  java.lang.String | getErrorMessage()Get property ErrorMessage | 
|  double | getStateTax()Get property StateTax | 
|  java.lang.String | getTransactionId()Get property TransactionId | 
|  boolean | getTransactionSuccess()Get property TransactionSuccess | 
|  java.util.Date | getTransactionTimestamp()Get property TransactionTimestamp | 
|  boolean | isTransactionSuccess()Test property TransactionSuccess | 
|  void | setAmount(double pAmount)Set property Amount | 
|  void | setCityTax(double pCityTax)Set property CityTax | 
|  void | setCountryTax(double pCountryTax)Set property CountryTax | 
|  void | setCountyTax(double pCountyTax)Set property CountyTax | 
|  void | setDistrictTax(double pDistrictTax)Set property DistrictTax | 
|  void | setErrorMessage(java.lang.String pErrorMessage)Set property ErrorMessage | 
|  void | setStateTax(double pStateTax)Set property StateTax | 
|  void | setTransactionId(java.lang.String pTransactionId)Set property TransactionId | 
|  void | setTransactionSuccess(boolean pTransactionSuccess)Set property TransactionSuccess | 
|  void | setTransactionTimestamp(java.util.Date pTransactionTimestamp)Set property TransactionTimestamp | 
| 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 DummyTaxStatus()
| Method Detail | 
|---|
public void setTransactionId(java.lang.String pTransactionId)
pTransactionId - new value to setpublic java.lang.String getTransactionId()
getTransactionId in interface PaymentStatuspublic void setTransactionSuccess(boolean pTransactionSuccess)
pTransactionSuccess - new value to setpublic boolean getTransactionSuccess()
getTransactionSuccess in interface PaymentStatuspublic boolean isTransactionSuccess()
public void setErrorMessage(java.lang.String pErrorMessage)
pErrorMessage - new value to setpublic java.lang.String getErrorMessage()
getErrorMessage in interface PaymentStatuspublic void setTransactionTimestamp(java.util.Date pTransactionTimestamp)
pTransactionTimestamp - new value to setpublic java.util.Date getTransactionTimestamp()
getTransactionTimestamp in interface PaymentStatuspublic void setAmount(double pAmount)
pAmount - new value to setpublic double getAmount()
getAmount in interface PaymentStatuspublic void setCityTax(double pCityTax)
pCityTax - new value to setpublic double getCityTax()
getCityTax in interface TaxStatuspublic void setStateTax(double pStateTax)
pStateTax - new value to setpublic double getStateTax()
getStateTax in interface TaxStatuspublic void setCountyTax(double pCountyTax)
pCountyTax - new value to setpublic double getCountyTax()
getCountyTax in interface TaxStatuspublic void setCountryTax(double pCountryTax)
pCountryTax - new value to setpublic double getCountryTax()
getCountryTax in interface TaxStatuspublic void setDistrictTax(double pDistrictTax)
pDistrictTax - new value to setpublic double getDistrictTax()
getDistrictTax in interface TaxStatus| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||