

Public Member Functions | |
| LocationImpl () | |
| String | getDescription () |
| String | getBuilding () |
| String | getFloor () |
| String | getRoom () |
| String | getSite () |
| Integer | getSafetyZone () |
| String | getPosition () |
| URL | getMapURL () |
| String | getInstallation () |
| String | getMap () |
| String | getMnemonic () |
| Integer | getZone () |
| Object | clone () throws CloneNotSupportedException |
| String | toString () |
Private Member Functions | |
| LocationImpl (Location location) | |
Private Attributes | |
| Integer | locationId |
| String | description |
| String | building |
| String | floor |
| String | room |
| String | site |
| Integer | safetyZone |
| String | position |
| URL | mapURL |
| String | installation |
| cern::laser::guiplatform::alarms::helpers::LocationImpl::LocationImpl | ( | ) | [inline] |
References building, description, floor, installation, locationId, mapURL, position, room, safetyZone, and site.
Referenced by clone().
| cern::laser::guiplatform::alarms::helpers::LocationImpl::LocationImpl | ( | Location | location | ) | [inline, private] |
References building, floor, cern::laser::client::data::Location::getBuilding(), cern::laser::client::data::Location::getFloor(), cern::laser::client::data::Location::getPosition(), cern::laser::client::data::Location::getRoom(), cern::laser::client::data::Location::getSite(), position, room, and site.
| Object cern::laser::guiplatform::alarms::helpers::LocationImpl::clone | ( | ) | throws CloneNotSupportedException [inline] |
Cloning method. The cloned object is a deep copy.
| CloneNotSupportedException | if clone failed |
Implements cern::laser::client::data::Location.
References LocationImpl().
| String cern::laser::guiplatform::alarms::helpers::LocationImpl::getBuilding | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Location.
References building.
Referenced by toString().
| String cern::laser::guiplatform::alarms::helpers::LocationImpl::getDescription | ( | ) | [inline] |
References description.
Referenced by toString().
| String cern::laser::guiplatform::alarms::helpers::LocationImpl::getFloor | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Location.
References floor.
Referenced by toString().
| String cern::laser::guiplatform::alarms::helpers::LocationImpl::getInstallation | ( | ) | [inline] |
References installation.
Referenced by toString().
| String cern::laser::guiplatform::alarms::helpers::LocationImpl::getMap | ( | ) | [inline] |
| URL cern::laser::guiplatform::alarms::helpers::LocationImpl::getMapURL | ( | ) | [inline] |
References mapURL.
Referenced by toString().
| String cern::laser::guiplatform::alarms::helpers::LocationImpl::getMnemonic | ( | ) | [inline] |
| String cern::laser::guiplatform::alarms::helpers::LocationImpl::getPosition | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Location.
References position.
Referenced by toString().
| String cern::laser::guiplatform::alarms::helpers::LocationImpl::getRoom | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Location.
References room.
Referenced by toString().
| Integer cern::laser::guiplatform::alarms::helpers::LocationImpl::getSafetyZone | ( | ) | [inline] |
References safetyZone.
Referenced by toString().
| String cern::laser::guiplatform::alarms::helpers::LocationImpl::getSite | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Location.
References site.
Referenced by toString().
| Integer cern::laser::guiplatform::alarms::helpers::LocationImpl::getZone | ( | ) | [inline] |
| String cern::laser::guiplatform::alarms::helpers::LocationImpl::toString | ( | ) | [inline] |
References getBuilding(), getDescription(), getFloor(), getInstallation(), getMapURL(), getPosition(), getRoom(), getSafetyZone(), and getSite().
String cern::laser::guiplatform::alarms::helpers::LocationImpl::building [private] |
Referenced by getBuilding(), and LocationImpl().
String cern::laser::guiplatform::alarms::helpers::LocationImpl::description [private] |
Referenced by getDescription(), and LocationImpl().
String cern::laser::guiplatform::alarms::helpers::LocationImpl::floor [private] |
Referenced by getFloor(), and LocationImpl().
Referenced by getInstallation(), and LocationImpl().
Integer cern::laser::guiplatform::alarms::helpers::LocationImpl::locationId [private] |
Referenced by LocationImpl().
Referenced by getMapURL(), and LocationImpl().
String cern::laser::guiplatform::alarms::helpers::LocationImpl::position [private] |
Referenced by getPosition(), and LocationImpl().
String cern::laser::guiplatform::alarms::helpers::LocationImpl::room [private] |
Referenced by getRoom(), and LocationImpl().
Integer cern::laser::guiplatform::alarms::helpers::LocationImpl::safetyZone [private] |
Referenced by getSafetyZone(), and LocationImpl().
String cern::laser::guiplatform::alarms::helpers::LocationImpl::site [private] |
Referenced by getSite(), and LocationImpl().
1.6.2