CLASS EVENT Part: 1/1
TYPE OF OBJECT
Represents a single important event of any kind. The event includes a source, description, importance, and time, among other things.
INDEXING
cluster: EVENTS
created: 2000-07-06 Joseph Kiniry
revised: $Id: EVENT.html 1954 2001-07-26 07:01:23Z kiniry $
Queries What is the source system of this event?
What is the source component of this event?
What type of event is this?
When was this event generated?
What is the description of this event?
How important is this event?
What is a printable representation of this event?
Is this event equal to another one?
Commands Create a new event with the following specification.
Constraints All fields of event are set only once, at construction time.
All fields of event must be specified; none may be left blank.
Two events are considered to be identical if all fields of both events have identical values.
Events cannot be cloned.