See: Description
| Class | Description |
|---|---|
| AbstractModel<T,I extends Serializable> |
Abstract model object.
|
| AbstractTransportObject<T,I extends Serializable> |
Abstract transfer (transportable) object (DTO).
|
| BaseFilter |
Filter entities based on the supplied conditions.
|
| BaseModel |
Classes that extend this base class have a unique identification
(uid) field, a corresponding accessor method, and standardized hash
code and equals methods for storage consistency.
|
| Model<T> |
Classes that extend this base class have a unique identification (uid)
field, a corresponding accessor method, and standardized hash code and
equals methods for storage consistency.
|
| SystemModel<T> |
A domain model object that is aware of the system it is created on or
belongs to.
|
| Enum | Description |
|---|---|
| Severity |
Representation of possible event/alarm severity level
|
Copyright © 2014. All Rights Reserved.