JobTemporalIDBean
From
(Difference between revisions)
m (→Fields) |
m (→Description) |
||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
− | This | + | This bean contains data which uniquely identifies a job, and an update index, to check for concurrency issues. |
== Fields == | == Fields == |
Revision as of 06:35, 26 April 2005
Description
This bean contains data which uniquely identifies a job, and an update index, to check for concurrency issues.
Fields
The data fields of this object.
Name | Type | Description |
---|---|---|
JobPK | String | The unique EService primary key which identifies this job. |
ExternalRef | ExternalRefBean | An external reference bean, containing the primary key the external system uses to identify this job. |
UpdateIndex | int | The update index of the Job. |