
Public Member Functions | |
| Location (String locationId, String floor, String mnemonic, String position, String room) | |
| String | getLocationId () |
| String | getFloor () |
| String | getMnemonic () |
| String | getPosition () |
| String | getRoom () |
| void | setLocationId (String alarmId) |
| void | setFloor (String floor) |
| void | setMnemonic (String mnemonic) |
| void | setPosition (String position) |
| void | setRoom (String room) |
| Building | getBuilding () |
| void | setBuilding (Building building) |
| Object | clone () |
| int | hashCode () |
| boolean | equals (Object obj) |
| String | toString () |
Private Member Functions | |
| Location () | |
Private Attributes | |
| String | locationId |
| String | floor |
| String | room |
| String | mnemonic |
| String | position |
| Building | building |
Katarina Sigerud
|
|
Empty constructor for Hibernate. |
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
.many-to-one column="BUILDING" class="cern.laser.business.data.Building" cascade="none" not-null="false" |
|
|
|
|
|
.id generator-class="assigned" column="LOCATION_ID" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8