public interface DocAttribute
Document
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AMOUNT
Deprecated.
The amount of the document.
|
static java.lang.String |
CONCEPT
Deprecated.
The amount of the document.
|
static java.lang.String |
CURRENCY
Deprecated.
The currency of the document
|
static java.lang.String |
DATE
Deprecated.
The date when the document was issued.
|
static java.lang.String |
ENTRY
Deprecated.
The owner or issuer of the document
|
static java.lang.String |
ID
Deprecated.
The unique identifier of the document in the database.
|
static java.lang.String |
NUMBER
Deprecated.
A number that identifies the document, usually a folio.
|
static java.lang.String |
RELATED_DOCUMENTS
Deprecated.
Contains all documents related to this document.
|
static java.lang.String |
STATUS
Deprecated.
The status of the document.
|
static java.lang.String |
TIME
Deprecated.
The time when the document was issued.
|
static java.lang.String |
TYPE
Deprecated.
Type of document
|
static final java.lang.String AMOUNT
static final java.lang.String CONCEPT
static final java.lang.String CURRENCY
Data type: currency
Note: This field, together with AMOUNT field, could be part of a "ValueDocument" class.static final java.lang.String DATE
Data type: Date
static final java.lang.String ENTRY
Data type: AgendaEntry
AgendaEntry
,
Constant Field Valuesstatic final java.lang.String ID
Data type: Integer
static final java.lang.String NUMBER
static final java.lang.String RELATED_DOCUMENTS
Data type: Map<Integer,Relation>
static final java.lang.String STATUS
Data type: Integer
static final java.lang.String TIME
Data type: Date
static final java.lang.String TYPE
Data type: IDocType
IDocType
,
Constant Field Values