public class MnfPrc extends ADoci implements IDcDri, IItmSrc
Model of manufacturing process that makes product in progress from used materials and additional costs (expenses).
| Constructor and Description |
|---|
MnfPrc() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
cnsTy()
Constant of code type 13.
|
List<MnpAcs> |
getAcLns()
Getter for acLns.
|
BigDecimal |
getAdCs()
Getter for adCs.
|
Boolean |
getCmpl()
Getter for cmpl.
|
EDocDriTy |
getDocDriTy()
Getter for has draw items document type.
|
Date |
getDocDt()
Getter for document date (own or owner's).
|
EDocTy |
getDocTy()
Getter of EDocTy.
|
BigDecimal |
getIniTo()
Getter for initial total to withdraw.
|
BigDecimal |
getItLf()
Getter for itLf.
|
Itm |
getItm()
Getter for itm.
|
BigDecimal |
getMaCs()
Getter for maCs.
|
List<MnpMcs> |
getMaLns()
Getter for maLns.
|
Long |
getOwnrId()
Getter for owner ID if exist.
|
Integer |
getOwnrTy()
Getter for owner type.
|
BigDecimal |
getPri()
Getter for pri.
|
BigDecimal |
getQuan()
Getter for quan.
|
BigDecimal |
getToLf()
Getter for toLf.
|
Uom |
getUom()
Getter for uom.
|
WrhPl |
getWrhp()
Getter for wrhp.
|
void |
setAcLns(List<MnpAcs> pAcLns)
Setter for acLns.
|
void |
setAdCs(BigDecimal pAdCs)
Setter for adCs.
|
void |
setCmpl(Boolean pCmpl)
Setter for cmpl.
|
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 |
setMaCs(BigDecimal pMaCs)
Setter for maCs.
|
void |
setMaLns(List<MnpMcs> pMaLns)
Setter for maLns.
|
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 13.
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 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 getMaCs()
Getter for maCs.
public final void setMaCs(BigDecimal pMaCs)
Setter for maCs.
pMaCs - referencepublic final BigDecimal getAdCs()
Getter for adCs.
public final void setAdCs(BigDecimal pAdCs)
Setter for adCs.
pAdCs - referencepublic final void setMaLns(List<MnpMcs> pMaLns)
Setter for maLns.
pMaLns - referencepublic final void setAcLns(List<MnpAcs> pAcLns)
Setter for acLns.
pAcLns - referencepublic final Boolean getCmpl()
Getter for cmpl.
public final void setCmpl(Boolean pCmpl)
Setter for cmpl.
pCmpl - referenceCopyright © 2019–2020. All rights reserved.