

Public Member Functions | |
| AlarmImpl (String alarmId, boolean active, String faultFamily, String faultMember, int faultCode) | |
| AlarmImpl (String alarmId, boolean active, boolean reduced, boolean masked, String faultFamily, String faultMember, int faultCode) | |
| String | getAlarmId () |
| Triplet | getTriplet () |
| String | getProblemDescription () |
| Integer | getPriority () |
| void | setPriority (int priority) |
| Source | getSource () |
| Location | getLocation () |
| URL | getHelpURL () |
| Collection | getCategories () |
| ResponsiblePerson | getResponsiblePerson () |
| Status | getStatus () |
| boolean | isInstant () |
| void | setIsInstant (boolean flag) |
| boolean | isNodeParent () |
| boolean | isMultiplicityParent () |
| boolean | isNodeChild () |
| boolean | isMultiplicityChild () |
| String | getSystemName () |
| String | getIdentifier () |
| String | getConsequence () |
| String | getAction () |
| String | getCause () |
| String | getPiquetEmail () |
| String | getPiquetGSM () |
| boolean | equals (Object obj) |
| Object | clone () throws CloneNotSupportedException |
| String | toString () |
Private Member Functions | |
| AlarmImpl (Alarm alarm) throws CloneNotSupportedException | |
Private Attributes | |
| String | alarmId |
| Triplet | triplet |
| String | problemDescription |
| Integer | priority |
| Source | source |
| Location | location |
| URL | helpURL |
| ResponsiblePerson | responsiblePerson |
| Collection | categories |
| Status | status |
| boolean | instant |
| boolean | nodeParent |
| boolean | multiplicityParent |
| boolean | nodeChild |
| boolean | multiplicityChild |
| String | systemName |
| String | identifier |
| String | consequence |
| String | action |
| String | cause |
| cern::laser::guiplatform::alarms::helpers::AlarmImpl::AlarmImpl | ( | String | alarmId, | |
| boolean | active, | |||
| String | faultFamily, | |||
| String | faultMember, | |||
| int | faultCode | |||
| ) | [inline] |
Referenced by clone().
| cern::laser::guiplatform::alarms::helpers::AlarmImpl::AlarmImpl | ( | String | alarmId, | |
| boolean | active, | |||
| boolean | reduced, | |||
| boolean | masked, | |||
| String | faultFamily, | |||
| String | faultMember, | |||
| int | faultCode | |||
| ) | [inline] |
References action, categories, cause, consequence, helpURL, identifier, instant, location, multiplicityChild, multiplicityParent, nodeChild, nodeParent, problemDescription, responsiblePerson, source, status, systemName, and triplet.
| cern::laser::guiplatform::alarms::helpers::AlarmImpl::AlarmImpl | ( | Alarm | alarm | ) | throws CloneNotSupportedException [inline, private] |
References action, alarmId, categories, cause, cern::laser::client::data::Status::clone(), clone(), cern::laser::client::data::ResponsiblePerson::clone(), cern::laser::client::data::Location::clone(), cern::laser::client::data::Source::clone(), cern::laser::client::data::Triplet::clone(), consequence, helpURL, identifier, instant, location, priority, problemDescription, responsiblePerson, source, status, systemName, and triplet.
| Object cern::laser::guiplatform::alarms::helpers::AlarmImpl::clone | ( | ) | throws CloneNotSupportedException [inline] |
Cloning method. The cloned object is a deep copy.
| CloneNotSupportedException | if clone failed |
Implements cern::laser::client::data::Alarm.
References AlarmImpl().
Referenced by AlarmImpl().
| boolean cern::laser::guiplatform::alarms::helpers::AlarmImpl::equals | ( | Object | obj | ) | [inline] |
References cern::laser::client::data::Alarm::getAlarmId(), and getAlarmId().
| String cern::laser::guiplatform::alarms::helpers::AlarmImpl::getAction | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References action.
| String cern::laser::guiplatform::alarms::helpers::AlarmImpl::getAlarmId | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References alarmId.
Referenced by equals(), and toString().
| Collection cern::laser::guiplatform::alarms::helpers::AlarmImpl::getCategories | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References categories.
Referenced by toString().
| String cern::laser::guiplatform::alarms::helpers::AlarmImpl::getCause | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References cause.
| String cern::laser::guiplatform::alarms::helpers::AlarmImpl::getConsequence | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References consequence.
| URL cern::laser::guiplatform::alarms::helpers::AlarmImpl::getHelpURL | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References helpURL.
Referenced by toString().
| String cern::laser::guiplatform::alarms::helpers::AlarmImpl::getIdentifier | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References identifier.
| Location cern::laser::guiplatform::alarms::helpers::AlarmImpl::getLocation | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References location.
Referenced by toString().
| String cern::laser::guiplatform::alarms::helpers::AlarmImpl::getPiquetEmail | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
| String cern::laser::guiplatform::alarms::helpers::AlarmImpl::getPiquetGSM | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
| Integer cern::laser::guiplatform::alarms::helpers::AlarmImpl::getPriority | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References priority.
Referenced by toString().
| String cern::laser::guiplatform::alarms::helpers::AlarmImpl::getProblemDescription | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References problemDescription.
Referenced by toString().
| ResponsiblePerson cern::laser::guiplatform::alarms::helpers::AlarmImpl::getResponsiblePerson | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References responsiblePerson.
Referenced by toString().
| Source cern::laser::guiplatform::alarms::helpers::AlarmImpl::getSource | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References source.
Referenced by toString().
| Status cern::laser::guiplatform::alarms::helpers::AlarmImpl::getStatus | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References status.
Referenced by toString().
| String cern::laser::guiplatform::alarms::helpers::AlarmImpl::getSystemName | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References systemName.
| Triplet cern::laser::guiplatform::alarms::helpers::AlarmImpl::getTriplet | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References triplet.
Referenced by toString().
| boolean cern::laser::guiplatform::alarms::helpers::AlarmImpl::isInstant | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References instant.
Referenced by toString().
| boolean cern::laser::guiplatform::alarms::helpers::AlarmImpl::isMultiplicityChild | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References multiplicityChild.
| boolean cern::laser::guiplatform::alarms::helpers::AlarmImpl::isMultiplicityParent | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References multiplicityParent.
Referenced by toString().
| boolean cern::laser::guiplatform::alarms::helpers::AlarmImpl::isNodeChild | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References nodeChild.
| boolean cern::laser::guiplatform::alarms::helpers::AlarmImpl::isNodeParent | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References nodeParent.
Referenced by toString().
| void cern::laser::guiplatform::alarms::helpers::AlarmImpl::setIsInstant | ( | boolean | flag | ) | [inline] |
References instant.
| void cern::laser::guiplatform::alarms::helpers::AlarmImpl::setPriority | ( | int | priority | ) | [inline] |
| String cern::laser::guiplatform::alarms::helpers::AlarmImpl::toString | ( | ) | [inline] |
String cern::laser::guiplatform::alarms::helpers::AlarmImpl::action [private] |
Referenced by AlarmImpl(), and getAction().
String cern::laser::guiplatform::alarms::helpers::AlarmImpl::alarmId [private] |
Referenced by AlarmImpl(), and getAlarmId().
Collection cern::laser::guiplatform::alarms::helpers::AlarmImpl::categories [private] |
Referenced by AlarmImpl(), and getCategories().
String cern::laser::guiplatform::alarms::helpers::AlarmImpl::cause [private] |
Referenced by AlarmImpl(), and getCause().
String cern::laser::guiplatform::alarms::helpers::AlarmImpl::consequence [private] |
Referenced by AlarmImpl(), and getConsequence().
Referenced by AlarmImpl(), and getHelpURL().
String cern::laser::guiplatform::alarms::helpers::AlarmImpl::identifier [private] |
Referenced by AlarmImpl(), and getIdentifier().
boolean cern::laser::guiplatform::alarms::helpers::AlarmImpl::instant [private] |
Referenced by AlarmImpl(), isInstant(), and setIsInstant().
Referenced by AlarmImpl(), and getLocation().
boolean cern::laser::guiplatform::alarms::helpers::AlarmImpl::multiplicityChild [private] |
Referenced by AlarmImpl(), and isMultiplicityChild().
boolean cern::laser::guiplatform::alarms::helpers::AlarmImpl::multiplicityParent [private] |
Referenced by AlarmImpl(), and isMultiplicityParent().
boolean cern::laser::guiplatform::alarms::helpers::AlarmImpl::nodeChild [private] |
Referenced by AlarmImpl(), and isNodeChild().
boolean cern::laser::guiplatform::alarms::helpers::AlarmImpl::nodeParent [private] |
Referenced by AlarmImpl(), and isNodeParent().
Integer cern::laser::guiplatform::alarms::helpers::AlarmImpl::priority [private] |
Referenced by AlarmImpl(), and getPriority().
Referenced by AlarmImpl(), and getProblemDescription().
Referenced by AlarmImpl(), and getResponsiblePerson().
Referenced by AlarmImpl(), and getSource().
Referenced by AlarmImpl(), and getStatus().
String cern::laser::guiplatform::alarms::helpers::AlarmImpl::systemName [private] |
Referenced by AlarmImpl(), and getSystemName().
Referenced by AlarmImpl(), and getTriplet().
1.6.2