

Public Member Functions | |
| TripletImpl (String faultFamily, String faultMember, int faultCode) | |
| TripletImpl (Triplet triplet) | |
| String | getFaultFamily () |
| String | getFaultMember () |
| Integer | getFaultCode () |
| int | hashCode () |
| Object | clone () throws CloneNotSupportedException |
| String | toString () |
Private Attributes | |
| String | faultFamily |
| String | faultMember |
| Integer | faultCode |
| cern::laser::guiplatform::alarms::helpers::TripletImpl::TripletImpl | ( | String | faultFamily, | |
| String | faultMember, | |||
| int | faultCode | |||
| ) | [inline] |
Referenced by clone().
| cern::laser::guiplatform::alarms::helpers::TripletImpl::TripletImpl | ( | Triplet | triplet | ) | [inline] |
| Object cern::laser::guiplatform::alarms::helpers::TripletImpl::clone | ( | ) | throws CloneNotSupportedException [inline] |
Cloning method. The cloned object is a deep copy.
| CloneNotSupportedException | if clone failed |
Implements cern::laser::client::data::Triplet.
References TripletImpl().
| Integer cern::laser::guiplatform::alarms::helpers::TripletImpl::getFaultCode | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Triplet.
References faultCode.
Referenced by toString().
| String cern::laser::guiplatform::alarms::helpers::TripletImpl::getFaultFamily | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Triplet.
References faultFamily.
Referenced by toString().
| String cern::laser::guiplatform::alarms::helpers::TripletImpl::getFaultMember | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Triplet.
References faultMember.
Referenced by toString().
| int cern::laser::guiplatform::alarms::helpers::TripletImpl::hashCode | ( | ) | [inline] |
References toString().
| String cern::laser::guiplatform::alarms::helpers::TripletImpl::toString | ( | ) | [inline] |
References getFaultCode(), getFaultFamily(), and getFaultMember().
Referenced by hashCode().
Integer cern::laser::guiplatform::alarms::helpers::TripletImpl::faultCode [private] |
Referenced by getFaultCode(), and TripletImpl().
String cern::laser::guiplatform::alarms::helpers::TripletImpl::faultFamily [private] |
Referenced by getFaultFamily(), and TripletImpl().
String cern::laser::guiplatform::alarms::helpers::TripletImpl::faultMember [private] |
Referenced by getFaultMember(), and TripletImpl().
1.6.2