public class TaxWr extends Object
Tax wrapper with additional information.
| Constructor and Description |
|---|
TaxWr() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsUsed()
Getter for isUsed.
|
BigDecimal |
getRate()
Getter for rate.
|
Tax |
getTax()
Getter for tax.
|
void |
setIsUsed(Boolean pIsUsed)
Setter for isUsed.
|
void |
setRate(BigDecimal pRate)
Setter for rate.
|
void |
setTax(Tax pTax)
Setter for tax.
|
public final Tax getTax()
Getter for tax.
public final void setTax(Tax pTax)
Setter for tax.
pTax - referencepublic final BigDecimal getRate()
Getter for rate.
public final void setRate(BigDecimal pRate)
Setter for rate.
pRate - referencepublic final Boolean getIsUsed()
Getter for isUsed.
public final void setIsUsed(Boolean pIsUsed)
Setter for isUsed.
pIsUsed - referenceCopyright © 2016–2018. All rights reserved.