public class TxDtLn
extends org.beigesoft.mdlp.AOrId
Model of tax data line for intermediate calculation and it's base model of invoice line.
| Constructor and Description |
|---|
TxDtLn() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getSubt()
Getter for subt.
|
BigDecimal |
getSuFc()
Getter for suFc.
|
BigDecimal |
getToFc()
Getter for toFc.
|
BigDecimal |
getTot()
Getter for tot.
|
BigDecimal |
getToTx()
Getter for toTx.
|
TxCt |
getTxCt()
Getter for txCt.
|
BigDecimal |
getTxFc()
Getter for txFc.
|
void |
setSubt(BigDecimal pSubt)
Setter for subt.
|
void |
setSuFc(BigDecimal pSuFc)
Setter for suFc.
|
void |
setToFc(BigDecimal pToFc)
Setter for toFc.
|
void |
setTot(BigDecimal pTot)
Setter for tot.
|
void |
setToTx(BigDecimal pToTx)
Setter for toTx.
|
void |
setTxCt(TxCt pTxCt)
Setter for txCt.
|
void |
setTxFc(BigDecimal pTxFc)
Setter for txFc.
|
String |
toString()
Explanation.
|
public final TxCt getTxCt()
Getter for txCt.
public final void setTxCt(TxCt pTxCt)
Setter for txCt.
pTxCt - referencepublic final BigDecimal getSubt()
Getter for subt.
public final void setSubt(BigDecimal pSubt)
Setter for subt.
pSubt - referencepublic final BigDecimal getSuFc()
Getter for suFc.
public final void setSuFc(BigDecimal pSuFc)
Setter for suFc.
pSuFc - referencepublic final BigDecimal getToTx()
Getter for toTx.
public final void setToTx(BigDecimal pToTx)
Setter for toTx.
pToTx - referencepublic final BigDecimal getTxFc()
Getter for txFc.
public final void setTxFc(BigDecimal pTxFc)
Setter for txFc.
pTxFc - referencepublic final BigDecimal getTot()
Getter for tot.
public final void setTot(BigDecimal pTot)
Setter for tot.
pTot - referencepublic final BigDecimal getToFc()
Getter for toFc.
public final void setToFc(BigDecimal pToFc)
Setter for toFc.
pToFc - referenceCopyright © 2019. All rights reserved.