T - invoice typeL - invoice line typepublic abstract class ALnTxLn<T extends IInvb,L extends IInvLn<T,?>> extends ADcTxLn implements org.beigesoft.mdl.IOwnedOr<L>
Abstract model of invoice's line tax line.
| Constructor and Description |
|---|
ALnTxLn() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getInvId()
Getter for invId.
|
BigDecimal |
getToFc()
Getter for toFc.
|
BigDecimal |
getTxb()
Getter for txb.
|
BigDecimal |
getTxbFc()
Getter for txbFc.
|
void |
setInvId(Long pInvId)
Setter for invId.
|
void |
setToFc(BigDecimal pToFc)
Setter for toFc.
|
void |
setTxb(BigDecimal pTxb)
Setter for txb.
|
void |
setTxbFc(BigDecimal pTxbFc)
Setter for txbFc.
|
getRvId, getTax, getTot, setRvId, setTax, setTotpublic final Long getInvId()
Getter for invId.
public final void setInvId(Long pInvId)
Setter for invId.
pInvId - referencepublic final BigDecimal getToFc()
Getter for toFc.
public final void setToFc(BigDecimal pToFc)
Setter for toFc.
pToFc - referencepublic final BigDecimal getTxb()
Getter for txb.
public final void setTxb(BigDecimal pTxb)
Setter for txb.
pTxb - referencepublic final BigDecimal getTxbFc()
Getter for txbFc.
public final void setTxbFc(BigDecimal pTxbFc)
Setter for txbFc.
pTxbFc - referenceCopyright © 2019. All rights reserved.