public interface IItemField
IItem
fields.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONCEPT
Concept of the item.
|
static java.lang.String |
ENTRY |
static java.lang.String |
ID |
static java.lang.String |
NOTE |
static java.lang.String |
PARENT
Holds a collection of the parents (document-item relatioships)
|
static java.lang.String |
PERCENTAGES |
static java.lang.String |
PRICE
Unit price.
|
static java.lang.String |
QUANTITY
The quantity of the item
|
static java.lang.String |
RELATED_DOCS
Documents related to the item via
IDocItem relationships. |
static java.lang.String |
RELATED_ITEMS
Items related to this item.
|
static java.lang.String |
STATUS
Status of the item.
|
static final java.lang.String CONCEPT
static final java.lang.String ENTRY
static final java.lang.String ID
static final java.lang.String NOTE
static final java.lang.String PARENT
static final java.lang.String PERCENTAGES
static final java.lang.String PRICE
Type: BigDecimal (note that if Double is used, precise numbers are impossible)
static final java.lang.String QUANTITY
Type: BigDecimal (note that if Double is used, precise numbers are impossible)
static final java.lang.String RELATED_DOCS
IDocItem
relationships.
That is, all document-item relationships in which this item is the child
IDocItem
,
Constant Field Valuesstatic final java.lang.String RELATED_ITEMS
Data type: Map<Integer,Relation>
static final java.lang.String STATUS
Data type: Byte