public abstract class ADcTxLn extends org.beigesoft.mdlp.AOrId implements IRvId
Abstract model of document tax line. It holds grouped total tax amount for whole document for any method - invoice/item basis, price included/excluded. It used for making resulting accounting tax entries, e.g. sales invoice: Debit AccReceivable.Customer Credit SalesTaxPayable.Tax for total amount.
| Constructor and Description |
|---|
ADcTxLn() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getRvId()
Getter for rvId.
|
Tax |
getTax()
Getter for tax.
|
BigDecimal |
getTot()
Getter for tot.
|
void |
setRvId(Long pRvId)
Setter for rvId.
|
void |
setTax(Tax pTax)
Setter for tax.
|
void |
setTot(BigDecimal pTot)
Setter for tot.
|
public final Long getRvId()
Getter for rvId.
public final void setRvId(Long pRvId)
Setter for rvId.
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.