JobIDBean
From
(Difference between revisions)
m (→Fields) |
m (→Fields) |
||
Line 13: | Line 13: | ||
|JobPK | |JobPK | ||
|String | |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. | |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. | ||
|} | |} |
Revision as of 02:22, 18 August 2005
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.
Fields
The data fields of this object.
Name | Type | 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. |