Package csw.alarm.models
Class Key
java.lang.Object
csw.alarm.models.Key
- Direct Known Subclasses:
Key.AlarmKey
,Key.ComponentKey
,Key.GlobalKey$
,Key.SubsystemKey
A wrapper class representing the key for an alarm/component/subsystem/system
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Represents unique alarm in the given subsystem and component e.g.static class
static class
Represents a key for all the alarms of a componentstatic class
static class
Represents all the alarms available in the systemstatic class
Represents a key for all the alarms of a subsystemstatic class
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Key
-
-
Method Details
-
value
Unique value of the key which is combination of subsystem, component and name- Returns:
- (undocumented)
-
self
Equality of the key is based on the subsystem, component and name. Inlined code from deprecated Proxy class.- Returns:
- (undocumented)
-
hashCode
public int hashCode() -
equals
-
toString
-