Derives from CostCenter
and exposes additional properties specific to orchard operations.
Name | Data Type | Description |
---|---|---|
CostCenterIDX | Integer |
System assigned, immutable value that uniquely identifies the record |
ID | String |
User assigned, mutable value that uniquely identifies the record |
Name | String |
User assigned, mutable value used to designate an entity |
Divison | String |
Used to designate a geographical and/or managerial grouping |
Acres | Double |
A value designating area, using acres as a base unit, and expressed as a multiple of the base unit |
IsProject | Boolean |
Indicates whether a record has been specified as representing a project |
Leaf | Nullable<Integer> |
A calculated value used to indicate age relative to a given date. For budget reporting, this will be the differential of the ending year and YearForAge plus 1 |
MasterCostCenterIDX | Nullable<Integer> |
The unique key, if any, of a parent cost center. This will generally point to a related "ranch general" cost center |
TreeCount | Integer |
A value intended to indicate the current total count of trees contained within a field. Does not account for temporal variability and may be approximate |
Variety | String |
A value intended to indicate the current variety of trees contained within a field. Does not account for mixed fields or for temporal variability. Value represents unstructured data with limited constraints and no enforcement of consistency |
YearForAge | Nullable<Integer> |
A value intended to be used in calculations involving age for a field |
YearPlanted | String |
A value intended to indicate the year a field was planted. Value represents unstructured data with limited constraints and no enforcement of consistency |
Many properties contain limited or no restraints on value beyond a character length limit. They also do not account for temporal variation or for the lack of homogeny present in practical applications. These deficiencies are attributable to limitations imposed by virtue of using Famous as the underlying data store.