public class SaRtLn extends org.beigesoft.mdlp.AOrId implements IRetLn<SalRet,SalInv,SaInGdLn>, IItmSrc
Model of sales return line.
| Constructor and Description |
|---|
SaRtLn() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
cnsTy()
Constant of code type 2003.
|
Date |
getDocDt()
Getter for document date (own or owner's).
|
String |
getDscr()
Getter for dscr.
|
BigDecimal |
getIniTo()
Getter for initial total to withdraw.
|
SaInGdLn |
getInvl()
Getter for invl.
|
BigDecimal |
getItLf()
Getter for itLf.
|
Itm |
getItm()
Getter for itm.
|
SalRet |
getOwnr()
Getter for ownr.
|
Long |
getOwnrId()
Getter for owner ID if exist.
|
Integer |
getOwnrTy()
Getter for owner type.
|
BigDecimal |
getPrFc()
Getter for prFc.
|
BigDecimal |
getPri()
Getter for pri.
|
BigDecimal |
getQuan()
Getter for quan.
|
Long |
getRvId()
Getter for rvId.
|
BigDecimal |
getSubt()
Getter for subt.
|
BigDecimal |
getSuFc()
Getter for suFc.
|
String |
getTdsc()
Getter for tdsc.
|
BigDecimal |
getToFc()
Getter for toFc.
|
BigDecimal |
getToLf()
Getter for toLf.
|
BigDecimal |
getTot()
Getter for tot.
|
BigDecimal |
getToTx()
Getter for toTx.
|
TxCt |
getTxCt()
Getter for txCt.
|
BigDecimal |
getTxFc()
Getter for txFc.
|
List<SaRtLtl> |
getTxLns()
Getter for txLns.
|
Uom |
getUom()
Getter for uom.
|
WrhPl |
getWrhp()
Getter for wrhp.
|
void |
setDocDt(Date pDocDt)
Setter for owner date if exist.
|
void |
setDscr(String pDscr)
Setter for dscr.
|
void |
setInvl(SaInGdLn pInvl)
Setter for invl.
|
void |
setItLf(BigDecimal pItLf)
Setter for itLf.
|
void |
setItm(Itm pItm)
Setter for itm.
|
void |
setOwnr(SalRet pOwnr)
Setter for ownr.
|
void |
setOwnrId(Long pOwnrId)
Setter for owner ID if exist.
|
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 |
setSubt(BigDecimal pSubt)
Setter for subt.
|
void |
setSuFc(BigDecimal pSuFc)
Setter for suFc.
|
void |
setTdsc(String pTdsc)
Setter for tdsc.
|
void |
setToFc(BigDecimal pToFc)
Setter for toFc.
|
void |
setToLf(BigDecimal pToLf)
Setter for toLf.
|
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.
|
void |
setTxLns(List<SaRtLtl> pTxLns)
Setter for txLns.
|
void |
setUom(Uom pUom)
Setter for uom.
|
void |
setWrhp(WrhPl pWrhp)
Setter for wrhp.
|
public final Integer cnsTy()
Constant of code type 2003.
public final SalRet getOwnr()
Getter for ownr.
public final void setOwnr(SalRet pOwnr)
Setter for ownr.
public final BigDecimal getItLf()
Getter for itLf.
public final void setItLf(BigDecimal pItLf)
Setter for itLf.
public final BigDecimal getToLf()
Getter for toLf.
public final void setToLf(BigDecimal pToLf)
Setter for toLf.
public final BigDecimal getIniTo()
Getter for initial total to withdraw. This is because of complex tax calculation. For invoice basis subtotal of a line maybe changed (adjusted) after inserting new one in case of price inclusive of tax.
public final Date getDocDt()
Getter for document date (own or owner's).
public final void setDocDt(Date pDocDt)
Setter for owner date if exist. Quick and cheap solution for draw item service.
public final Long getOwnrId()
Getter for owner ID if exist.
public final void setOwnrId(Long pOwnrId)
Setter for owner ID if exist. Quick and cheap solution for draw item service.
public final Integer getOwnrTy()
Getter for owner type.
public final Itm getItm()
Getter for itm.
public final void setItm(Itm pItm)
Setter for itm.
public 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 TxCt getTxCt()
Getter for txCt.
public final void setTxCt(TxCt pTxCt)
Setter for txCt.
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.
public final void setDscr(String pDscr)
Setter for dscr.
public final BigDecimal getSubt()
Getter for subt.
public final void setSubt(BigDecimal pSubt)
Setter for subt.
public final BigDecimal getSuFc()
Getter for suFc.
public final void setSuFc(BigDecimal pSuFc)
Setter for suFc.
public final BigDecimal getToTx()
Getter for toTx.
public final void setToTx(BigDecimal pToTx)
Setter for toTx.
public final BigDecimal getTxFc()
Getter for txFc.
public final void setTxFc(BigDecimal pTxFc)
Setter for txFc.
public final BigDecimal getTot()
Getter for tot.
public final void setTot(BigDecimal pTot)
Setter for tot.
public final BigDecimal getToFc()
Getter for toFc.
public final void setToFc(BigDecimal pToFc)
Setter for toFc.
public final SaInGdLn getInvl()
Getter for invl.
public final void setInvl(SaInGdLn pInvl)
Setter for invl.
public final WrhPl getWrhp()
Getter for wrhp.
public final void setWrhp(WrhPl pWrhp)
Setter for wrhp.
Copyright © 2019–2020. All rights reserved.