JobIDBean
From
(Difference between revisions)
m (→Description) |
m (→Fields) |
||
Line 13: | Line 13: | ||
|JobPK | |JobPK | ||
|String | |String | ||
− | |The EService primary key of a particular job. | + | |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 |
Revision as of 04:25, 12 May 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 | 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 | The external primary key, used by an external system to identify an EService job. |