

Public Member Functions | |
| AlarmImpl (cern.laser.business.data.Alarm alarm) | |
| String | getAlarmId () |
| Triplet | getTriplet () |
| String | getProblemDescription () |
| Integer | getPriority () |
| Source | getSource () |
| URL | getHelpURL () |
| String | getPiquetGSM () |
| String | getPiquetEmail () |
| String | getSystemName () |
| String | getIdentifier () |
| String | getCause () |
| String | getAction () |
| String | getConsequence () |
| Collection | getCategories () |
| Location | getLocation () |
| ResponsiblePerson | getResponsiblePerson () |
| Status | getStatus () |
| void | setAction (String newAction) |
| void | setAlarmId (String newAlarmId) |
| void | setCategories (Collection newCategories) |
| void | setCause (String newCause) |
| void | setConsequence (String newConsequence) |
| void | setHelpURL (URL newHelpURL) |
| void | setIdentifier (String newIdentifier) |
| void | setInstant (boolean newInstant) |
| void | setLocation (Location newLocation) |
| void | setMultiplicityChild (boolean newMultiplicityChild) |
| void | setMultiplicityParent (boolean newMultiplicityParent) |
| void | setNodeChild (boolean newNodeChild) |
| void | setNodeParent (boolean newNodeParent) |
| void | setPiquetEmail (String newPiquetEmail) |
| void | setPiquetGSM (String newPiquetGSM) |
| void | setPriority (Integer newPriority) |
| void | setProblemDescription (String newProblemDescription) |
| void | setResponsiblePerson (ResponsiblePerson newResponsiblePerson) |
| void | setSource (Source newSource) |
| void | setStatus (Status newStatus) |
| void | setSystemName (String newSystemName) |
| void | setTriplet (Triplet newTriplet) |
| boolean | isInstant () |
| boolean | isNodeParent () |
| boolean | isMultiplicityParent () |
| boolean | isNodeChild () |
| boolean | isMultiplicityChild () |
| boolean | equals (Object obj) |
| int | hashCode () |
| Object | clone () throws CloneNotSupportedException |
| String | toString () |
Private Attributes | |
| String | alarmId |
| Triplet | triplet |
| String | systemName |
| String | identifier |
| String | problemDescription |
| Integer | priority |
| String | cause |
| String | action |
| String | consequence |
| Source | source |
| URL | helpURL |
| String | piquetGSM |
| String | piquetEmail |
| ResponsiblePerson | responsiblePerson |
| Location | location |
| Vector | categories |
| Status | status |
| boolean | instant |
| boolean | nodeParent |
| boolean | multiplicityParent |
| boolean | nodeChild |
| boolean | multiplicityChild |
| cern::laser::client::impl::data::AlarmImpl::AlarmImpl | ( | cern.laser.business.data.Alarm | alarm | ) | [inline] |
References action, alarmId, categories, cause, consequence, getResponsiblePerson(), helpURL, identifier, instant, location, multiplicityChild, multiplicityParent, nodeChild, nodeParent, piquetEmail, piquetGSM, priority, problemDescription, responsiblePerson, source, status, systemName, and triplet.
| Object cern::laser::client::impl::data::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 categories, cern::laser::client::data::Triplet::clone(), cern::laser::client::data::Status::clone(), cern::laser::client::data::Source::clone(), cern::laser::client::data::ResponsiblePerson::clone(), cern::laser::client::data::Location::clone(), location, responsiblePerson, setCategories(), setLocation(), setResponsiblePerson(), setSource(), setStatus(), setTriplet(), source, status, and triplet.
| boolean cern::laser::client::impl::data::AlarmImpl::equals | ( | Object | obj | ) | [inline] |
References getAlarmId().
| String cern::laser::client::impl::data::AlarmImpl::getAction | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References action.
| String cern::laser::client::impl::data::AlarmImpl::getAlarmId | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References alarmId.
Referenced by equals(), hashCode(), and toString().
| Collection cern::laser::client::impl::data::AlarmImpl::getCategories | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References categories.
Referenced by toString().
| String cern::laser::client::impl::data::AlarmImpl::getCause | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References cause.
| String cern::laser::client::impl::data::AlarmImpl::getConsequence | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References consequence.
| URL cern::laser::client::impl::data::AlarmImpl::getHelpURL | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References helpURL.
Referenced by toString().
| String cern::laser::client::impl::data::AlarmImpl::getIdentifier | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References identifier.
Referenced by toString().
| Location cern::laser::client::impl::data::AlarmImpl::getLocation | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References location.
Referenced by toString().
| String cern::laser::client::impl::data::AlarmImpl::getPiquetEmail | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References piquetEmail.
Referenced by toString().
| String cern::laser::client::impl::data::AlarmImpl::getPiquetGSM | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References piquetGSM.
Referenced by toString().
| Integer cern::laser::client::impl::data::AlarmImpl::getPriority | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References priority.
Referenced by toString().
| String cern::laser::client::impl::data::AlarmImpl::getProblemDescription | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References problemDescription.
Referenced by toString().
| ResponsiblePerson cern::laser::client::impl::data::AlarmImpl::getResponsiblePerson | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References responsiblePerson.
Referenced by AlarmImpl(), and toString().
| Source cern::laser::client::impl::data::AlarmImpl::getSource | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References source.
Referenced by toString().
| Status cern::laser::client::impl::data::AlarmImpl::getStatus | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References status.
Referenced by toString().
| String cern::laser::client::impl::data::AlarmImpl::getSystemName | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References systemName.
Referenced by toString().
| Triplet cern::laser::client::impl::data::AlarmImpl::getTriplet | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References triplet.
Referenced by toString().
| int cern::laser::client::impl::data::AlarmImpl::hashCode | ( | ) | [inline] |
References getAlarmId().
| boolean cern::laser::client::impl::data::AlarmImpl::isInstant | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References instant.
Referenced by toString().
| boolean cern::laser::client::impl::data::AlarmImpl::isMultiplicityChild | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References multiplicityChild.
| boolean cern::laser::client::impl::data::AlarmImpl::isMultiplicityParent | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References multiplicityParent.
Referenced by toString().
| boolean cern::laser::client::impl::data::AlarmImpl::isNodeChild | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References nodeChild.
| boolean cern::laser::client::impl::data::AlarmImpl::isNodeParent | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Alarm.
References nodeParent.
Referenced by toString().
| void cern::laser::client::impl::data::AlarmImpl::setAction | ( | String | newAction | ) | [inline] |
References action.
| void cern::laser::client::impl::data::AlarmImpl::setAlarmId | ( | String | newAlarmId | ) | [inline] |
References alarmId.
| void cern::laser::client::impl::data::AlarmImpl::setCategories | ( | Collection | newCategories | ) | [inline] |
References categories.
Referenced by clone().
| void cern::laser::client::impl::data::AlarmImpl::setCause | ( | String | newCause | ) | [inline] |
References cause.
| void cern::laser::client::impl::data::AlarmImpl::setConsequence | ( | String | newConsequence | ) | [inline] |
References consequence.
| void cern::laser::client::impl::data::AlarmImpl::setHelpURL | ( | URL | newHelpURL | ) | [inline] |
References helpURL.
| void cern::laser::client::impl::data::AlarmImpl::setIdentifier | ( | String | newIdentifier | ) | [inline] |
References identifier.
| void cern::laser::client::impl::data::AlarmImpl::setInstant | ( | boolean | newInstant | ) | [inline] |
References instant.
| void cern::laser::client::impl::data::AlarmImpl::setLocation | ( | Location | newLocation | ) | [inline] |
| void cern::laser::client::impl::data::AlarmImpl::setMultiplicityChild | ( | boolean | newMultiplicityChild | ) | [inline] |
References multiplicityChild.
| void cern::laser::client::impl::data::AlarmImpl::setMultiplicityParent | ( | boolean | newMultiplicityParent | ) | [inline] |
References multiplicityParent.
| void cern::laser::client::impl::data::AlarmImpl::setNodeChild | ( | boolean | newNodeChild | ) | [inline] |
References nodeChild.
| void cern::laser::client::impl::data::AlarmImpl::setNodeParent | ( | boolean | newNodeParent | ) | [inline] |
References nodeParent.
| void cern::laser::client::impl::data::AlarmImpl::setPiquetEmail | ( | String | newPiquetEmail | ) | [inline] |
References piquetEmail.
| void cern::laser::client::impl::data::AlarmImpl::setPiquetGSM | ( | String | newPiquetGSM | ) | [inline] |
References piquetGSM.
| void cern::laser::client::impl::data::AlarmImpl::setPriority | ( | Integer | newPriority | ) | [inline] |
References priority.
| void cern::laser::client::impl::data::AlarmImpl::setProblemDescription | ( | String | newProblemDescription | ) | [inline] |
References problemDescription.
| void cern::laser::client::impl::data::AlarmImpl::setResponsiblePerson | ( | ResponsiblePerson | newResponsiblePerson | ) | [inline] |
References responsiblePerson.
Referenced by clone().
| void cern::laser::client::impl::data::AlarmImpl::setSource | ( | Source | newSource | ) | [inline] |
| void cern::laser::client::impl::data::AlarmImpl::setStatus | ( | Status | newStatus | ) | [inline] |
| void cern::laser::client::impl::data::AlarmImpl::setSystemName | ( | String | newSystemName | ) | [inline] |
References systemName.
| void cern::laser::client::impl::data::AlarmImpl::setTriplet | ( | Triplet | newTriplet | ) | [inline] |
| String cern::laser::client::impl::data::AlarmImpl::toString | ( | ) | [inline] |
String cern::laser::client::impl::data::AlarmImpl::action [private] |
Referenced by AlarmImpl(), getAction(), and setAction().
String cern::laser::client::impl::data::AlarmImpl::alarmId [private] |
Referenced by AlarmImpl(), getAlarmId(), and setAlarmId().
Vector cern::laser::client::impl::data::AlarmImpl::categories [private] |
Referenced by AlarmImpl(), clone(), getCategories(), and setCategories().
String cern::laser::client::impl::data::AlarmImpl::cause [private] |
Referenced by AlarmImpl(), getCause(), and setCause().
String cern::laser::client::impl::data::AlarmImpl::consequence [private] |
Referenced by AlarmImpl(), getConsequence(), and setConsequence().
URL cern::laser::client::impl::data::AlarmImpl::helpURL [private] |
Referenced by AlarmImpl(), getHelpURL(), and setHelpURL().
String cern::laser::client::impl::data::AlarmImpl::identifier [private] |
Referenced by AlarmImpl(), getIdentifier(), and setIdentifier().
boolean cern::laser::client::impl::data::AlarmImpl::instant [private] |
Referenced by AlarmImpl(), isInstant(), and setInstant().
Referenced by AlarmImpl(), clone(), getLocation(), and setLocation().
boolean cern::laser::client::impl::data::AlarmImpl::multiplicityChild [private] |
Referenced by AlarmImpl(), isMultiplicityChild(), and setMultiplicityChild().
boolean cern::laser::client::impl::data::AlarmImpl::multiplicityParent [private] |
Referenced by AlarmImpl(), isMultiplicityParent(), and setMultiplicityParent().
boolean cern::laser::client::impl::data::AlarmImpl::nodeChild [private] |
Referenced by AlarmImpl(), isNodeChild(), and setNodeChild().
boolean cern::laser::client::impl::data::AlarmImpl::nodeParent [private] |
Referenced by AlarmImpl(), isNodeParent(), and setNodeParent().
String cern::laser::client::impl::data::AlarmImpl::piquetEmail [private] |
Referenced by AlarmImpl(), getPiquetEmail(), and setPiquetEmail().
String cern::laser::client::impl::data::AlarmImpl::piquetGSM [private] |
Referenced by AlarmImpl(), getPiquetGSM(), and setPiquetGSM().
Integer cern::laser::client::impl::data::AlarmImpl::priority [private] |
Referenced by AlarmImpl(), getPriority(), and setPriority().
String cern::laser::client::impl::data::AlarmImpl::problemDescription [private] |
Referenced by AlarmImpl(), getProblemDescription(), and setProblemDescription().
Referenced by AlarmImpl(), clone(), getResponsiblePerson(), and setResponsiblePerson().
Referenced by AlarmImpl(), clone(), getSource(), and setSource().
Referenced by AlarmImpl(), clone(), getStatus(), and setStatus().
String cern::laser::client::impl::data::AlarmImpl::systemName [private] |
Referenced by AlarmImpl(), getSystemName(), and setSystemName().
Referenced by AlarmImpl(), clone(), getTriplet(), and setTriplet().
1.6.2