JobTemporalIDBean
From
(Difference between revisions)
m (→Description) |
m |
||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
− | This bean contains data which uniquely identifies a job, and an update index, to check for concurrency issues. | + | 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. |
== Fields == | == Fields == | ||
− | The data fields of this object. | + | The data fields of this object are identical to the fields of [[JobIDBean]], with the following additional field. |
{| border=1 | {| border=1 | ||
Line 10: | Line 10: | ||
!Type | !Type | ||
!Description | !Description | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|UpdateIndex | |UpdateIndex |
Revision as of 02:30, 27 April 2005
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.
Fields
The data fields of this object are identical to the fields of JobIDBean, with the following additional field.
Name | Type | Description |
---|---|---|
UpdateIndex | int | The update index of the Job. |