JobTemporalIDBean
From
(Difference between revisions)
m (→Fields) |
m (→Fields) |
||
Line 9: | Line 9: | ||
!Name | !Name | ||
!Type | !Type | ||
+ | !Size | ||
+ | !Required | ||
!Description | !Description | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF |
Latest revision as of 02:21, 18 August 2005
[edit] Description
This bean is an extension of the JobIDBean. It contains the same data which uniquely identifies a job, and an additional field called update index, to check for concurrency issues.
[edit] Fields
The data fields of this object are identical to the fields of JobIDBean, with the following additional field.
Name | Type | Size | Required | Description |
---|---|---|---|---|
UpdateIndex | int | 10 | Yes | The update index of the Job. |