

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 |
| cern::laser::client::impl::data::StatusImpl::StatusImpl | ( | cern.laser.business.data.Status | status | ) | [inline] |
References active, masked, reduced, sourceHostname, sourceTimestamp, systemTimestamp, userProperties, and userTimestamp.
| Object cern::laser::client::impl::data::StatusImpl::clone | ( | ) | throws CloneNotSupportedException [inline] |
Cloning method. The cloned object is a deep copy.
| CloneNotSupportedException | if clone failed |
Implements cern::laser::client::data::Status.
References setSourceTimestamp(), setSystemTimestamp(), setUserProperties(), setUserTimestamp(), sourceTimestamp, systemTimestamp, userProperties, and userTimestamp.
| boolean cern::laser::client::impl::data::StatusImpl::equals | ( | Object | obj | ) | [inline] |
References toString().
| String cern::laser::client::impl::data::StatusImpl::getSourceHostname | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Status.
References sourceHostname.
Referenced by toString().
| Timestamp cern::laser::client::impl::data::StatusImpl::getSourceTimestamp | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Status.
References sourceTimestamp.
Referenced by toString().
| Timestamp cern::laser::client::impl::data::StatusImpl::getSystemTimestamp | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Status.
References systemTimestamp.
Referenced by toString().
| Properties cern::laser::client::impl::data::StatusImpl::getUserProperties | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Status.
References userProperties.
Referenced by toString().
| Timestamp cern::laser::client::impl::data::StatusImpl::getUserTimestamp | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Status.
References userTimestamp.
Referenced by toString().
| int cern::laser::client::impl::data::StatusImpl::hashCode | ( | ) | [inline] |
References toString().
| boolean cern::laser::client::impl::data::StatusImpl::isActive | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Status.
References active.
Referenced by toString().
| boolean cern::laser::client::impl::data::StatusImpl::isMasked | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Status.
References masked.
Referenced by toString().
| boolean cern::laser::client::impl::data::StatusImpl::isReduced | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Status.
References reduced.
Referenced by toString().
| void cern::laser::client::impl::data::StatusImpl::setActive | ( | boolean | newActive | ) | [inline] |
References active.
| void cern::laser::client::impl::data::StatusImpl::setMasked | ( | boolean | newMasked | ) | [inline] |
References masked.
| void cern::laser::client::impl::data::StatusImpl::setReduced | ( | boolean | newReduced | ) | [inline] |
References reduced.
| void cern::laser::client::impl::data::StatusImpl::setSourceHostname | ( | String | newSourceHostname | ) | [inline] |
References sourceHostname.
| void cern::laser::client::impl::data::StatusImpl::setSourceTimestamp | ( | Timestamp | newSourceTimestamp | ) | [inline] |
References sourceTimestamp.
Referenced by clone().
| void cern::laser::client::impl::data::StatusImpl::setSystemTimestamp | ( | Timestamp | newSystemTimestamp | ) | [inline] |
References systemTimestamp.
Referenced by clone().
| void cern::laser::client::impl::data::StatusImpl::setUserProperties | ( | Properties | newUserProperties | ) | [inline] |
References userProperties.
Referenced by clone().
| void cern::laser::client::impl::data::StatusImpl::setUserTimestamp | ( | Timestamp | newUserTimestamp | ) | [inline] |
References userTimestamp.
Referenced by clone().
| String cern::laser::client::impl::data::StatusImpl::toString | ( | ) | [inline] |
References getSourceHostname(), getSourceTimestamp(), getSystemTimestamp(), getUserProperties(), getUserTimestamp(), isActive(), isMasked(), and isReduced().
Referenced by equals(), and hashCode().
boolean cern::laser::client::impl::data::StatusImpl::active [private] |
Referenced by isActive(), setActive(), and StatusImpl().
boolean cern::laser::client::impl::data::StatusImpl::masked [private] |
Referenced by isMasked(), setMasked(), and StatusImpl().
boolean cern::laser::client::impl::data::StatusImpl::reduced [private] |
Referenced by isReduced(), setReduced(), and StatusImpl().
String cern::laser::client::impl::data::StatusImpl::sourceHostname [private] |
Referenced by getSourceHostname(), setSourceHostname(), and StatusImpl().
Timestamp cern::laser::client::impl::data::StatusImpl::sourceTimestamp [private] |
Referenced by clone(), getSourceTimestamp(), setSourceTimestamp(), and StatusImpl().
Timestamp cern::laser::client::impl::data::StatusImpl::systemTimestamp [private] |
Referenced by clone(), getSystemTimestamp(), setSystemTimestamp(), and StatusImpl().
Properties cern::laser::client::impl::data::StatusImpl::userProperties [private] |
Referenced by clone(), getUserProperties(), setUserProperties(), and StatusImpl().
Timestamp cern::laser::client::impl::data::StatusImpl::userTimestamp [private] |
Referenced by clone(), getUserTimestamp(), setUserTimestamp(), and StatusImpl().
1.6.2