public interface IDoci extends IEntrSrc, IRvId, IDocb
Abstract model of document that makes accounting entries, it's inner document without foreign currency e.g. manufacturing, using supplies.
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getMdEnr()
Getter of has made entries.
|
BigDecimal |
getTot()
Getter for tot.
|
void |
setMdEnr(Boolean pMdEnr)
Setter for has made entries.
|
void |
setTot(BigDecimal pTot)
Setter for tot.
|
Boolean getMdEnr()
Getter of has made entries.
void setMdEnr(Boolean pMdEnr)
Setter for has made entries.
pMdEnr - referenceBigDecimal getTot()
Getter for tot.
void setTot(BigDecimal pTot)
Setter for tot.
pTot - referenceCopyright © 2019–2020. All rights reserved.