public class Mnfct extends ADoci implements IDcDri, IItmSrc, IMkDriEnr<DrItEnr>
Model of manufacturing that makes product from product in progress.
| Constructor and Description |
|---|
Mnfct() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
cnsTy()
Constant of code type 14.
|
EDocDriTy |
getDocDriTy()
Getter for has draw items document type.
|
Date |
getDocDt()
Getter for document date (own or owner's).
|
EDocTy |
getDocTy()
Getter of EDocTy.
|
Class<DrItEnr> |
getEnrCls()
Getter for draw item entry class.
|
BigDecimal |
getIniTo()
Getter for initial total to withdraw.
|
BigDecimal |
getItLf()
Getter for itLf.
|
Itm |
getItm()
Getter for itm.
|
MnfPrc |
getMnp()
Getter for mnp.
|
Long |
getOwnrId()
Getter for owner ID if exist.
|
Integer |
getOwnrTy()
Getter for owner type.
|
BigDecimal |
getPri()
Getter for pri.
|
BigDecimal |
getQuan()
Getter for quan.
|
EItSrTy |
getSrsTy()
Getter for srsTy.
|
BigDecimal |
getToLf()
Getter for toLf.
|
Uom |
getUom()
Getter for uom.
|
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 |
setMnp(MnfPrc pMnp)
Setter for mnp.
|
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 |
setToLf(BigDecimal pToLf)
Setter for toLf.
|
void |
setUom(Uom pUom)
Setter for uom.
|
void |
setWrhp(WrhPl pWrhp)
Setter for wrhp.
|
getMdEnr, getRvId, getTot, setMdEnr, setRvId, setTotpublic final Integer cnsTy()
Constant of code type 14.
public final EDocTy getDocTy()
Getter of EDocTy.
public final EDocDriTy getDocDriTy()
Getter for has draw items document type.
getDocDriTy in interface IDcDripublic 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 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 EItSrTy getSrsTy()
Getter for srsTy.
public final WrhPl getWrhp()
Getter for wrhp.
public final void setWrhp(WrhPl pWrhp)
Setter for wrhp.
public final MnfPrc getMnp()
Getter for mnp.
public final void setMnp(MnfPrc pMnp)
Setter for mnp.
pMnp - referencepublic final BigDecimal getPri()
Getter for pri.
public final void setPri(BigDecimal pPri)
Setter for pri.
pPri - referenceCopyright © 2019. All rights reserved.