public class DummyTaxStatus extends java.lang.Object implements TaxStatus
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
DummyTaxStatus() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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