

Public Member Functions | |
| PanelTriplet (String FF, String FM, int FC) | |
| Integer | getFaultCode () |
| String | getFaultFamily () |
| String | getFaultMember () |
| Object | clone () |
Public Attributes | |
| final String | FF |
| final String | FM |
| final int | FC |
The triplet
| alma::acsplugins::alarmsystem::gui::specialalarm::PanelTriplet::PanelTriplet | ( | String | FF, | |
| String | FM, | |||
| int | FC | |||
| ) | [inline] |
| Object alma::acsplugins::alarmsystem::gui::specialalarm::PanelTriplet::clone | ( | ) | [inline] |
Cloning method. The cloned object is a deep copy.
| CloneNotSupportedException | if clone failed |
Implements cern::laser::client::data::Triplet.
References FC, FF, FM, and PanelTriplet().
| Integer alma::acsplugins::alarmsystem::gui::specialalarm::PanelTriplet::getFaultCode | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Triplet.
References FC.
| String alma::acsplugins::alarmsystem::gui::specialalarm::PanelTriplet::getFaultFamily | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Triplet.
References FF.
| String alma::acsplugins::alarmsystem::gui::specialalarm::PanelTriplet::getFaultMember | ( | ) | [inline] |
Implements cern::laser::client::data::Triplet.
References FM.
Fault code
Referenced by clone(), alma::acsplugins::alarmsystem::gui::specialalarm::SpecialAlarm::getAlarmId(), and getFaultCode().
Fault family
Referenced by clone(), alma::acsplugins::alarmsystem::gui::specialalarm::SpecialAlarm::getAlarmId(), and getFaultFamily().
Fault member
Referenced by clone(), alma::acsplugins::alarmsystem::gui::specialalarm::SpecialAlarm::getAlarmId(), and getFaultMember().
1.6.2