public class ItAdLn extends org.beigesoft.mdlp.AOrId implements org.beigesoft.mdl.IOwnedOr<ItmAdd>, IItmSrc
Model of add item into inventory line.
| Constructor and Description |
|---|
ItAdLn() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
cnsTy()
Constant of code type 2006.
|
Date |
getDocDt()
Getter for document date (own or owner's).
|
String |
getDscr()
Getter for dscr.
|
BigDecimal |
getIniTo()
Getter for initial total to withdraw.
|
BigDecimal |
getItLf()
Getter for itLf.
|
Itm |
getItm()
Getter for itm.
|
ItmAdd |
getOwnr()
Getter for ownr.
|
Long |
getOwnrId()
Getter for owner ID if exist.
|
Integer |
getOwnrTy()
Getter for owner type.
|
BigDecimal |
getPri()
Getter for pri.
|
BigDecimal |
getQuan()
Getter for quan.
|
Long |
getRvId()
Getter for rvId.
|
BigDecimal |
getToLf()
Getter for toLf.
|
BigDecimal |
getTot()
Getter for tot.
|
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 |
setItLf(BigDecimal pItLf)
Setter for itLf.
|
void |
setItm(Itm pItm)
Setter for itm.
|
void |
setOwnr(ItmAdd pOwnr)
Setter for ownr.
|
void |
setOwnrId(Long pOwnrId)
Setter for owner ID if exist.
|
void |
setPri(BigDecimal pPri)
Setter for pri.
|
void |
setQuan(BigDecimal pQuan)
Setter for quan.
|
void |
setRvId(Long pRvId)
Setter for rvId.
|
void |
setToLf(BigDecimal pToLf)
Setter for toLf.
|
void |
setTot(BigDecimal pTot)
Setter for tot.
|
void |
setUom(Uom pUom)
Setter for uom.
|
void |
setWrhp(WrhPl pWrhp)
Setter for wrhp.
|
public final Integer cnsTy()
Constant of code type 2006.
public final ItmAdd getOwnr()
Getter for ownr.
public final void setOwnr(ItmAdd pOwnr)
Setter for ownr.
public final Long getRvId()
Getter for rvId.
public final void setRvId(Long pRvId)
Setter for rvId.
public final Itm getItm()
Getter for itm.
public final void setItm(Itm pItm)
Setter for itm.
public final Uom getUom()
Getter for uom.
public final void setUom(Uom pUom)
Setter for uom.
public final BigDecimal getQuan()
Getter for quan.
public final void setQuan(BigDecimal pQuan)
Setter for quan.
public final String getDscr()
Getter for dscr.
public final void setDscr(String pDscr)
Setter for dscr.
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 BigDecimal getPri()
Getter for pri.
public final void setPri(BigDecimal pPri)
Setter for pri.
pPri - referencepublic final BigDecimal getTot()
Getter for tot.
public final void setTot(BigDecimal pTot)
Setter for tot.
pTot - referenceCopyright © 2019. All rights reserved.