SpecificationsWhereColumns
The valid fields by which specifications can be queried.
enum SpecificationsWhereColumns {
ID
NUMBER
NAME
TYPE
PROCESSING_PERIOD
FILES_PATH
STATUS
DESCRIPTION
TERMS
START_AT
RECEIVED_AT
AGREED_AT
DUE_AT
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
SpecificationsWhereColumns.ID
Specification's unique identifier.
SpecificationsWhereColumns.NUMBER
The specification's number.
SpecificationsWhereColumns.NAME
The specification's name.
SpecificationsWhereColumns.TYPE
The specification's type.
SpecificationsWhereColumns.PROCESSING_PERIOD
The specification's processing period.
SpecificationsWhereColumns.FILES_PATH
The coordination's files path.
SpecificationsWhereColumns.STATUS
The specification's status.
SpecificationsWhereColumns.DESCRIPTION
The specification's description.
SpecificationsWhereColumns.TERMS
The specification's terms.
SpecificationsWhereColumns.START_AT
Start date of the specification.
SpecificationsWhereColumns.RECEIVED_AT
Received date of the specification.
SpecificationsWhereColumns.AGREED_AT
Agreed date of the specification.
SpecificationsWhereColumns.DUE_AT
Due date of the specification.
SpecificationsWhereColumns.CREATED_AT
The date and time when the specification was created.