

Public Member Functions | |
| SourceImpl () | |
| String | getSourceId () |
| String | getName () |
| String | getDescription () |
| ResponsiblePerson | getResponsiblePerson () |
| Object | clone () throws CloneNotSupportedException |
| String | toString () |
Private Member Functions | |
| SourceImpl (Source source) | |
Private Attributes | |
| String | sourceId |
| String | name |
| String | description |
| ResponsiblePerson | resposiblePerson |
| cern::laser::guiplatform::alarms::helpers::SourceImpl::SourceImpl | ( | ) | [inline] |
References description, name, resposiblePerson, and sourceId.
Referenced by clone().
| cern::laser::guiplatform::alarms::helpers::SourceImpl::SourceImpl | ( | Source | source | ) | [inline, private] |
| Object cern::laser::guiplatform::alarms::helpers::SourceImpl::clone | ( | ) | throws CloneNotSupportedException [inline] |
Cloning method. The cloned object is a deep copy.
| CloneNotSupportedException | if clone failed |
Implements cern::laser::client::data::Source.
References SourceImpl().
| String cern::laser::guiplatform::alarms::helpers::SourceImpl::getDescription | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Source.
References description.
Referenced by toString().
| String cern::laser::guiplatform::alarms::helpers::SourceImpl::getName | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Source.
References name.
Referenced by toString().
| ResponsiblePerson cern::laser::guiplatform::alarms::helpers::SourceImpl::getResponsiblePerson | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Source.
References resposiblePerson.
| String cern::laser::guiplatform::alarms::helpers::SourceImpl::getSourceId | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Source.
References sourceId.
Referenced by toString().
| String cern::laser::guiplatform::alarms::helpers::SourceImpl::toString | ( | ) | [inline] |
References getDescription(), getName(), and getSourceId().
String cern::laser::guiplatform::alarms::helpers::SourceImpl::description [private] |
Referenced by getDescription(), and SourceImpl().
String cern::laser::guiplatform::alarms::helpers::SourceImpl::name [private] |
Referenced by getName(), and SourceImpl().
Referenced by getResponsiblePerson(), and SourceImpl().
String cern::laser::guiplatform::alarms::helpers::SourceImpl::sourceId [private] |
Referenced by getSourceId(), and SourceImpl().
1.6.2