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 () |
| cern.laser.client.impl.data.StatusImpl.StatusImpl | ( | cern.laser.business.data.Status | status | ) |
| Object cern.laser.client.impl.data.StatusImpl.clone | ( | ) | throws CloneNotSupportedException |
| boolean cern.laser.client.impl.data.StatusImpl.equals | ( | Object | obj | ) |
| String cern.laser.client.impl.data.StatusImpl.getSourceHostname | ( | ) |
Referenced by cern.laser.client.impl.data.StatusImpl.toString().
| Timestamp cern.laser.client.impl.data.StatusImpl.getSourceTimestamp | ( | ) |
Referenced by cern.laser.client.impl.data.StatusImpl.toString().
| Timestamp cern.laser.client.impl.data.StatusImpl.getSystemTimestamp | ( | ) |
Referenced by cern.laser.client.impl.data.StatusImpl.toString().
| Properties cern.laser.client.impl.data.StatusImpl.getUserProperties | ( | ) |
Referenced by cern.laser.client.impl.data.StatusImpl.toString().
| Timestamp cern.laser.client.impl.data.StatusImpl.getUserTimestamp | ( | ) |
Referenced by cern.laser.client.impl.data.StatusImpl.toString().
| int cern.laser.client.impl.data.StatusImpl.hashCode | ( | ) |
| boolean cern.laser.client.impl.data.StatusImpl.isActive | ( | ) |
Referenced by cern.laser.client.impl.data.StatusImpl.toString().
| boolean cern.laser.client.impl.data.StatusImpl.isMasked | ( | ) |
Referenced by cern.laser.client.impl.data.StatusImpl.toString().
| boolean cern.laser.client.impl.data.StatusImpl.isReduced | ( | ) |
Referenced by cern.laser.client.impl.data.StatusImpl.toString().
| void cern.laser.client.impl.data.StatusImpl.setActive | ( | boolean | newActive | ) |
| void cern.laser.client.impl.data.StatusImpl.setMasked | ( | boolean | newMasked | ) |
| void cern.laser.client.impl.data.StatusImpl.setReduced | ( | boolean | newReduced | ) |
| void cern.laser.client.impl.data.StatusImpl.setSourceHostname | ( | String | newSourceHostname | ) |
| void cern.laser.client.impl.data.StatusImpl.setSourceTimestamp | ( | Timestamp | newSourceTimestamp | ) |
Referenced by cern.laser.client.impl.data.StatusImpl.clone().
| void cern.laser.client.impl.data.StatusImpl.setSystemTimestamp | ( | Timestamp | newSystemTimestamp | ) |
Referenced by cern.laser.client.impl.data.StatusImpl.clone().
| void cern.laser.client.impl.data.StatusImpl.setUserProperties | ( | Properties | newUserProperties | ) |
Referenced by cern.laser.client.impl.data.StatusImpl.clone().
| void cern.laser.client.impl.data.StatusImpl.setUserTimestamp | ( | Timestamp | newUserTimestamp | ) |
Referenced by cern.laser.client.impl.data.StatusImpl.clone().
| String cern.laser.client.impl.data.StatusImpl.toString | ( | ) |
References cern.laser.client.impl.data.StatusImpl.getSourceHostname(), cern.laser.client.impl.data.StatusImpl.getSourceTimestamp(), cern.laser.client.impl.data.StatusImpl.getSystemTimestamp(), cern.laser.client.impl.data.StatusImpl.getUserProperties(), cern.laser.client.impl.data.StatusImpl.getUserTimestamp(), cern.laser.client.impl.data.StatusImpl.isActive(), cern.laser.client.impl.data.StatusImpl.isMasked(), and cern.laser.client.impl.data.StatusImpl.isReduced().
Referenced by cern.laser.client.impl.data.StatusImpl.equals(), and cern.laser.client.impl.data.StatusImpl.hashCode().
1.7.0