JobResourceBean
From
(Difference between revisions)
m (→Fields) |
|||
Line 44: | Line 44: | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|WhenAttached | |WhenAttached | ||
− | |DateTime | + | |[[DateTime]] |
|N/A | |N/A | ||
|Yes | |Yes | ||
|The date and time the resource was attached to the job. | |The date and time the resource was attached to the job. | ||
|} | |} |
Latest revision as of 23:16, 13 June 2018
[edit] Description
This bean represents a particular resource used on the job.
[edit] Fields
The data fields of this object.
Name | Type | Size | Required | Description |
---|---|---|---|---|
PrimaryKey | string | 9 | Yes | The EService primary key of this JobResource. |
Quantity | BigDecimal | 8 | Yes | The number of units of this resource, used on the job. |
UnitValue | BigDecimal | 8 | Yes | The value of each unit of this resource. |
Chargable | Boolean | 1 | Yes | An indicator for whether the resource was marked as "Chargeable" on the field device. |
ResourceName | string | 20 | Yes | The name (primary key) of the resource used. |
WhenAttached | DateTime | N/A | Yes | The date and time the resource was attached to the job. |