Public Member Functions

cern.laser.client.data.Triplet Interface Reference

Inheritance diagram for cern.laser.client.data.Triplet:
cern.laser.client.impl.data.TripletImpl

List of all members.

Public Member Functions

String getFaultFamily ()
String getFaultMember ()
Integer getFaultCode ()
Object clone () throws CloneNotSupportedException

Detailed Description

The alarm unique public identifier class.


Member Function Documentation

Object cern.laser.client.data.Triplet.clone (  )  throws CloneNotSupportedException

Cloning method. The cloned object is a deep copy.

Returns:
a deep copy of the object
Exceptions:
CloneNotSupportedException if clone failed

Referenced by cern.laser.client.impl.data.AlarmImpl.clone().

Integer cern.laser.client.data.Triplet.getFaultCode (  ) 

Accessor method.

Returns:
the fault code
String cern.laser.client.data.Triplet.getFaultFamily (  ) 

Accessor method.

Returns:
the fault family
String cern.laser.client.data.Triplet.getFaultMember (  ) 

Accessor method.

Returns:
the fault member

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties