Public Member Functions | |
| StatusImpl (cern.laser.business.data.Status status) | |
| boolean | isActive () |
| boolean | isMasked () |
| boolean | isReduced () |
| String | getSourceHostname () |
| Timestamp | getSourceTimestamp () |
| Timestamp | getUserTimestamp () |
| Timestamp | getSystemTimestamp () |
| Properties | getUserProperties () |
| void | setActive (boolean newActive) |
| void | setMasked (boolean newMasked) |
| void | setReduced (boolean newReduced) |
| void | setSourceHostname (String newSourceHostname) |
| void | setSourceTimestamp (Timestamp newSourceTimestamp) |
| void | setSystemTimestamp (Timestamp newSystemTimestamp) |
| void | setUserProperties (Properties newUserProperties) |
| void | setUserTimestamp (Timestamp newUserTimestamp) |
| boolean | equals (Object obj) |
| int | hashCode () |
| Object | clone () throws CloneNotSupportedException |
| String | toString () |
Private Attributes | |
| boolean | active |
| boolean | masked |
| boolean | reduced |
| Timestamp | sourceTimestamp |
| String | sourceHostname |
| Timestamp | userTimestamp |
| Timestamp | systemTimestamp |
| Properties | userProperties |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8