public abstract class ATxLn
extends org.beigesoft.mdlp.AIdLna
Abstraction of cart/order tax Line.
| Constructor and Description |
|---|
ATxLn() |
| Modifier and Type | Method and Description |
|---|---|
Tax |
getTax()
Getter for tax.
|
BigDecimal |
getTot()
Getter for tot.
|
void |
setTax(Tax pTax)
Setter for tax.
|
void |
setTot(BigDecimal pTot)
Setter for tot.
|
public final Tax getTax()
Getter for tax.
public final void setTax(Tax pTax)
Setter for tax.
pTax - referencepublic final BigDecimal getTot()
Getter for tot.
public final void setTot(BigDecimal pTot)
Setter for tot.
pTot - referenceCopyright © 2019–2020. All rights reserved.