JobTemporalIDBean
From
(Difference between revisions)
m (→Fields) |
m (→Fields) |
||
Line 8: | Line 8: | ||
{| border=1 | {| border=1 | ||
!Name | !Name | ||
+ | !Type | ||
!Description | !Description | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|JobPK | |JobPK | ||
+ | |String | ||
|The unique EService primary key which identifies this job. | |The unique EService primary key which identifies this job. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|ExternalRef | |ExternalRef | ||
+ | |[[ExternalRefBean]] | ||
|An external reference bean, containing the primary key the external system uses to identify this job. | |An external reference bean, containing the primary key the external system uses to identify this job. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|UpdateIndex | |UpdateIndex | ||
+ | |int | ||
|The update index of the Job. | |The update index of the Job. | ||
|} | |} |
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. |