public interface IEntrSrc extends IDocb
Abstract model of a source of accounting entries. It's any document that makes accounting entry by hand or automatically. Method cnsTy returns unique code of entity type (OOP consumable constant), range 1...999, e.g. 1 - input accounting entries by hand base document. Any source has date and description.
| Modifier and Type | Method and Description |
|---|---|
Date |
getDat()
Getter for dat.
|
String |
getDscr()
Getter for dscr.
|
void |
setDat(Date pDat)
Setter for dat.
|
void |
setDscr(String pDscr)
Setter for dscr.
|
Copyright © 2019–2020. All rights reserved.