

Public Member Functions | |
| LocationImpl (cern.laser.business.data.Location location) | |
| String | getBuilding () |
| String | getFloor () |
| String | getRoom () |
| String | getSite () |
| Integer | getZone () |
| String | getPosition () |
| String | getMap () |
| String | getMnemonic () |
| void | setBuildingNb (String newBuilding) |
| void | setFloor (String newFloor) |
| void | setMap (String newMap) |
| void | setMnemonic (String newMnemonic) |
| void | setPosition (String newPosition) |
| void | setRoom (String newRoom) |
| void | setSite (String newSite) |
| void | setZone (Integer newZone) |
| boolean | equals (Object obj) |
| int | hashCode () |
| Object | clone () throws CloneNotSupportedException |
| String | toString () |
Private Attributes | |
| String | buildingNb |
| String | floor |
| String | room |
| String | site |
| Integer | zone |
| String | position |
| String | map |
| String | mnemonic |
| cern::laser::client::impl::data::LocationImpl::LocationImpl | ( | cern.laser.business.data.Location | location | ) | [inline] |
| Object cern::laser::client::impl::data::LocationImpl::clone | ( | ) | throws CloneNotSupportedException [inline] |
Cloning method. The cloned object is a deep copy.
| CloneNotSupportedException | if clone failed |
Implements cern::laser::client::data::Location.
| boolean cern::laser::client::impl::data::LocationImpl::equals | ( | Object | obj | ) | [inline] |
References toString().
| String cern::laser::client::impl::data::LocationImpl::getBuilding | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Location.
References buildingNb.
Referenced by toString().
| String cern::laser::client::impl::data::LocationImpl::getFloor | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Location.
References floor.
Referenced by toString().
| String cern::laser::client::impl::data::LocationImpl::getMap | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Location.
References map.
Referenced by toString().
| String cern::laser::client::impl::data::LocationImpl::getMnemonic | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Location.
References mnemonic.
Referenced by toString().
| String cern::laser::client::impl::data::LocationImpl::getPosition | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Location.
References position.
Referenced by toString().
| String cern::laser::client::impl::data::LocationImpl::getRoom | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Location.
References room.
Referenced by toString().
| String cern::laser::client::impl::data::LocationImpl::getSite | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Location.
References site.
Referenced by toString().
| Integer cern::laser::client::impl::data::LocationImpl::getZone | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Location.
References zone.
Referenced by toString().
| int cern::laser::client::impl::data::LocationImpl::hashCode | ( | ) | [inline] |
References toString().
| void cern::laser::client::impl::data::LocationImpl::setBuildingNb | ( | String | newBuilding | ) | [inline] |
References buildingNb.
| void cern::laser::client::impl::data::LocationImpl::setFloor | ( | String | newFloor | ) | [inline] |
References floor.
| void cern::laser::client::impl::data::LocationImpl::setMap | ( | String | newMap | ) | [inline] |
References map.
| void cern::laser::client::impl::data::LocationImpl::setMnemonic | ( | String | newMnemonic | ) | [inline] |
References mnemonic.
| void cern::laser::client::impl::data::LocationImpl::setPosition | ( | String | newPosition | ) | [inline] |
References position.
| void cern::laser::client::impl::data::LocationImpl::setRoom | ( | String | newRoom | ) | [inline] |
References room.
| void cern::laser::client::impl::data::LocationImpl::setSite | ( | String | newSite | ) | [inline] |
References site.
| void cern::laser::client::impl::data::LocationImpl::setZone | ( | Integer | newZone | ) | [inline] |
References zone.
| String cern::laser::client::impl::data::LocationImpl::toString | ( | ) | [inline] |
References getBuilding(), getFloor(), getMap(), getMnemonic(), getPosition(), getRoom(), getSite(), and getZone().
Referenced by equals(), and hashCode().
String cern::laser::client::impl::data::LocationImpl::buildingNb [private] |
Referenced by getBuilding(), LocationImpl(), and setBuildingNb().
String cern::laser::client::impl::data::LocationImpl::floor [private] |
Referenced by getFloor(), LocationImpl(), and setFloor().
String cern::laser::client::impl::data::LocationImpl::map [private] |
Referenced by getMap(), LocationImpl(), and setMap().
String cern::laser::client::impl::data::LocationImpl::mnemonic [private] |
Referenced by getMnemonic(), LocationImpl(), and setMnemonic().
String cern::laser::client::impl::data::LocationImpl::position [private] |
Referenced by getPosition(), LocationImpl(), and setPosition().
String cern::laser::client::impl::data::LocationImpl::room [private] |
Referenced by getRoom(), LocationImpl(), and setRoom().
String cern::laser::client::impl::data::LocationImpl::site [private] |
Referenced by getSite(), LocationImpl(), and setSite().
Integer cern::laser::client::impl::data::LocationImpl::zone [private] |
Referenced by getZone(), LocationImpl(), and setZone().
1.6.2