JobIDBean
From
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 | 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. |