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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|