public class PuInGdLn extends AInvLn<PurInv,Itm> implements IItmSrc
Model of purchase invoice goods line.
| Constructor and Description |
|---|
PuInGdLn() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
cnsTy()
Constant of code type 2000.
|
Date |
getDocDt()
Getter for document date (own or owner's).
|
BigDecimal |
getIniTo()
Getter for initial total to withdraw.
|
BigDecimal |
getItLf()
Getter for itLf.
|
Itm |
getItm()
Getter for itm.
|
PurInv |
getOwnr()
Getter for ownr.
|
Long |
getOwnrId()
Getter for owner ID if exist.
|
Integer |
getOwnrTy()
Getter for owner type.
|
BigDecimal |
getToLf()
Getter for toLf.
|
List<PuInGdTxLn> |
getTxLns()
Getter for txLns.
|
WrhPl |
getWrhp()
Getter for wrhp.
|
void |
setDocDt(Date pDocDt)
Setter for owner date if exist.
|
void |
setItLf(BigDecimal pItLf)
Setter for itLf.
|
void |
setItm(Itm pItm)
Setter for itm.
|
void |
setOwnr(PurInv pOwnr)
Setter for ownr.
|
void |
setOwnrId(Long pOwnrId)
Setter for owner ID if exist.
|
void |
setToLf(BigDecimal pToLf)
Setter for toLf.
|
void |
setTxLns(List<PuInGdTxLn> pTxLns)
Setter for txLns.
|
void |
setWrhp(WrhPl pWrhp)
Setter for wrhp.
|
getDscr, getPrFc, getPri, getQuan, getRvId, getTdsc, getUom, setDscr, setPrFc, setPri, setQuan, setRvId, setTdsc, setUomgetSubt, getSuFc, getToFc, getTot, getToTx, getTxCt, getTxFc, setSubt, setSuFc, setToFc, setTot, setToTx, setTxCt, setTxFc, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic final Integer cnsTy()
Constant of code type 2000.
public final PurInv getOwnr()
Getter for ownr.
public final void setOwnr(PurInv pOwnr)
Setter for ownr.
public final Itm getItm()
Getter for itm.
public final void setItm(Itm pItm)
Setter for itm.
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 WrhPl getWrhp()
Getter for wrhp.
public final void setWrhp(WrhPl pWrhp)
Setter for wrhp.
public final List<PuInGdTxLn> getTxLns()
Getter for txLns.
public final void setTxLns(List<PuInGdTxLn> pTxLns)
Setter for txLns.
pTxLns - referenceCopyright © 2019. All rights reserved.