public interface IItmSrc extends IMkWsEnr
Model of entity that hold inventory item to draw. It loads(puts) an item into warehouse. E.g. purchase invoice line, beginning inventory line.
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getIniTo()
Getter for initial total - it's subtotal for invoice line.
|
BigDecimal |
getItLf()
Getter for itLf.
|
BigDecimal |
getToLf()
Getter for toLf.
|
WrhPl |
getWrhp()
Getter for wrhp.
|
void |
setDocDt(Date pDocDt)
Setter for owner date if exist.
|
void |
setItLf(BigDecimal pItLf)
Setter for itLf.
|
void |
setOwnrId(Long pOwnrId)
Setter for owner ID if exist.
|
void |
setToLf(BigDecimal pToLf)
Setter for toLf.
|
void |
setWrhp(WrhPl pWrhp)
Setter for wrhp.
|
BigDecimal getItLf()
Getter for itLf.
void setItLf(BigDecimal pItLf)
Setter for itLf.
pItLf - referenceBigDecimal getToLf()
Getter for toLf.
void setToLf(BigDecimal pToLf)
Setter for toLf.
pToLf - referenceBigDecimal getIniTo()
Getter for initial total - it's subtotal for invoice line. 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. It's made by service or SQL query.
void setOwnrId(Long pOwnrId)
Setter for owner ID if exist. Quick and cheap solution for draw item service.
pOwnrId - owner ID from SQL queryvoid setDocDt(Date pDocDt)
Setter for owner date if exist. Quick and cheap solution for draw item service.
pDocDt - owner date from SQL queryWrhPl getWrhp()
Getter for wrhp.
void setWrhp(WrhPl pWrhp)
Setter for wrhp.
pWrhp - referenceCopyright © 2019–2020. All rights reserved.