JobEventBean
From
Description
This bean is the super class of all the various types of events that may occur to a given job. When receiving one or more JobEventBeans, each bean will actually be an instance of one of the following event beans:
- JobCancelEventBean
- JobLastUpdatedEventBean
- JobNoteEventBean
- JobOnHoldEventBean
- JobRecallEventBean
- JobRejectEventBean
- JobResumeEventBean
- JobStatusEventBean
Fields
The data fields of this object.
Name | Type | Description |
---|---|---|
JobID | JobIDBean | The primary key data identifing the job that these events are associated with. |
WhenOccurred | Calendar | The date and time when the event occured. |