public abstract class ATaxLine
extends org.beigesoft.persistable.AHasIdLongVersion
Abstraction of cart/order tax Line. Version, reliable autoincrement algorithm.
| Constructor and Description |
|---|
ATaxLine() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getItsTotal()
Geter for itsTotal.
|
org.beigesoft.accounting.persistable.Tax |
getTax()
Getter for tax.
|
void |
setItsTotal(BigDecimal pItsTotal)
Setter for itsTotal.
|
void |
setTax(org.beigesoft.accounting.persistable.Tax pTax)
Setter for tax.
|
getItsVersion, setItsVersionpublic final org.beigesoft.accounting.persistable.Tax getTax()
Getter for tax.
public final void setTax(org.beigesoft.accounting.persistable.Tax pTax)
Setter for tax.
pTax - referencepublic final BigDecimal getItsTotal()
Geter for itsTotal.
public final void setItsTotal(BigDecimal pItsTotal)
Setter for itsTotal.
pItsTotal - referenceCopyright © 2017–2018. All rights reserved.