JobIDBean
From
(Difference between revisions)
m (→Description) |
m (→Fields) |
||
(2 intermediate revisions by one user not shown) | |||
Line 9: | Line 9: | ||
!Name | !Name | ||
!Type | !Type | ||
+ | !Size | ||
+ | !Required | ||
!Description | !Description | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|JobPK | |JobPK | ||
|String | |String | ||
− | |The EService primary key of a particular job. | + | |9 |
+ | |Yes | ||
+ | |The EService primary key of a particular job. Note that the job primary key is an integer value, assigned by EService, where each newly created job is assigned a non-sequential higher number than any job previously created. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|ExternalRef | |ExternalRef | ||
|[[ExternalRefBean]] | |[[ExternalRefBean]] | ||
+ | |N/A | ||
+ | |No | ||
|The external primary key, used by an external system to identify an EService job. | |The external primary key, used by an external system to identify an EService job. | ||
|} | |} |
Latest revision as of 02:22, 18 August 2005
[edit] Description
This is a gathering of the basic data required to uniquely identify a job on EService. Any class which is linked to or uniquely identifies a job is probably a sub class of, or contains, this bean.
[edit] Fields
The data fields of this object.
Name | Type | Size | Required | Description |
---|---|---|---|---|
JobPK | String | 9 | Yes | The EService primary key of a particular job. Note that the job primary key is an integer value, assigned by EService, where each newly created job is assigned a non-sequential higher number than any job previously created. |
ExternalRef | ExternalRefBean | N/A | No | The external primary key, used by an external system to identify an EService job. |