T - invoice typeI - item typepublic abstract class AInvLn<T extends IInvb,I extends AItm<?,?>> extends TxDtLn implements IInvLn<T,I>
Base model of sales/purchase invoice line.
| Constructor and Description |
|---|
AInvLn() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDscr()
Getter for dscr.
|
BigDecimal |
getPrFc()
Getter for prFc.
|
BigDecimal |
getPri()
Getter for pri.
|
BigDecimal |
getQuan()
Getter for quan.
|
Long |
getRvId()
Getter for rvId.
|
String |
getTdsc()
Getter for tdsc.
|
Uom |
getUom()
Getter for uom.
|
void |
setDscr(String pDscr)
Setter for dscr.
|
void |
setPrFc(BigDecimal pPrFc)
Setter for prFc.
|
void |
setPri(BigDecimal pPri)
Setter for pri.
|
void |
setQuan(BigDecimal pQuan)
Setter for quan.
|
void |
setRvId(Long pRvId)
Setter for rvId.
|
void |
setTdsc(String pTdsc)
Setter for tdsc.
|
void |
setUom(Uom pUom)
Setter for uom.
|
getSubt, getSuFc, getToFc, getTot, getToTx, getTxCt, getTxFc, setSubt, setSuFc, setToFc, setTot, setToTx, setTxCt, setTxFc, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic final Long getRvId()
Getter for rvId.
public final void setRvId(Long pRvId)
Setter for rvId.
public final Uom getUom()
Getter for uom.
public final void setUom(Uom pUom)
Setter for uom.
public final BigDecimal getPri()
Getter for pri.
public final void setPri(BigDecimal pPri)
Setter for pri.
public final BigDecimal getPrFc()
Getter for prFc.
public final void setPrFc(BigDecimal pPrFc)
Setter for prFc.
public final BigDecimal getQuan()
Getter for quan.
public final void setQuan(BigDecimal pQuan)
Setter for quan.
public final String getTdsc()
Getter for tdsc.
public final void setTdsc(String pTdsc)
Setter for tdsc.
public final String getDscr()
Getter for dscr.
Copyright © 2019. All rights reserved.