

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