cern::laser::client::impl::data::TripletImpl Class Reference

Inheritance diagram for cern::laser::client::impl::data::TripletImpl:
Inheritance graph
[legend]
Collaboration diagram for cern::laser::client::impl::data::TripletImpl:
Collaboration graph
[legend]

List of all members.

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

Constructor & Destructor Documentation

cern::laser::client::impl::data::TripletImpl::TripletImpl ( cern.laser.business.data.Triplet  triplet  )  [inline]

References faultCode, faultFamily, and faultMember.


Member Function Documentation

Object cern::laser::client::impl::data::TripletImpl::clone (  )  throws CloneNotSupportedException [inline]

Cloning method. The cloned object is a deep copy.

Returns:
a deep copy of the object
Exceptions:
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.

Returns:
the fault code

Implements cern::laser::client::data::Triplet.

References faultCode.

Referenced by toString().

String cern::laser::client::impl::data::TripletImpl::getFaultFamily (  )  [inline]

Accessor method.

Returns:
the fault family

Implements cern::laser::client::data::Triplet.

References faultFamily.

Referenced by toString().

String cern::laser::client::impl::data::TripletImpl::getFaultMember (  )  [inline]

Accessor method.

Returns:
the fault member

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().


Member Data Documentation

Referenced by getFaultCode(), and TripletImpl().

Referenced by getFaultFamily(), and TripletImpl().

Referenced by getFaultMember(), and TripletImpl().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2