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 () |
.class table="ALARM_LOCATION"
| cern.laser.business.data.Location.Location | ( | String | locationId, | |
| String | floor, | |||
| String | mnemonic, | |||
| String | position, | |||
| String | room | |||
| ) |
| string | ||
| string2 | ||
| string3 | ||
| string4 | ||
| string5 | ||
| string6 | ||
| string7 | ||
| integer |
References cern.laser.business.data.Location.setFloor(), cern.laser.business.data.Location.setLocationId(), cern.laser.business.data.Location.setMnemonic(), cern.laser.business.data.Location.setPosition(), and cern.laser.business.data.Location.setRoom().
| Object cern.laser.business.data.Location.clone | ( | ) |
References cern.laser.business.data.Building.clone(), and cern.laser.business.data.Location.setBuilding().
Referenced by cern.laser.business.data.AlarmImpl.clone().
| boolean cern.laser.business.data.Location.equals | ( | Object | obj | ) |
| Building cern.laser.business.data.Location.getBuilding | ( | ) |
.many-to-one column="BUILDING" class="cern.laser.business.data.Building" cascade="none" not-null="false"
Referenced by com.cosylab.acs.laser.dao.ACSAlarmDAOImpl.encodeToXML(), and cern.laser.business.data.AlarmImpl.getDefinition().
| String cern.laser.business.data.Location.getFloor | ( | ) |
Referenced by com.cosylab.acs.laser.dao.ACSAlarmDAOImpl.encodeToXML(), and cern.laser.business.data.AlarmImpl.getDefinition().
| String cern.laser.business.data.Location.getLocationId | ( | ) |
.id generator-class="assigned" column="LOCATION_ID"
Referenced by cern.laser.business.data.Location.equals(), and cern.laser.business.data.Location.hashCode().
| String cern.laser.business.data.Location.getMnemonic | ( | ) |
Referenced by com.cosylab.acs.laser.dao.ACSAlarmDAOImpl.encodeToXML(), and cern.laser.business.data.AlarmImpl.getDefinition().
| String cern.laser.business.data.Location.getPosition | ( | ) |
Referenced by com.cosylab.acs.laser.dao.ACSAlarmDAOImpl.encodeToXML(), and cern.laser.business.data.AlarmImpl.getDefinition().
| String cern.laser.business.data.Location.getRoom | ( | ) |
Referenced by com.cosylab.acs.laser.dao.ACSAlarmDAOImpl.encodeToXML(), and cern.laser.business.data.AlarmImpl.getDefinition().
| int cern.laser.business.data.Location.hashCode | ( | ) |
| void cern.laser.business.data.Location.setBuilding | ( | Building | building | ) |
| void cern.laser.business.data.Location.setFloor | ( | String | floor | ) |
| floor | The floor to set. |
Referenced by cern.laser.business.data.Location.Location().
| void cern.laser.business.data.Location.setLocationId | ( | String | alarmId | ) |
| locationId | The locationId to set. |
Referenced by cern.laser.business.data.Location.Location().
| void cern.laser.business.data.Location.setMnemonic | ( | String | mnemonic | ) |
| mnemonic | The mnemonic to set. |
Referenced by cern.laser.business.data.Location.Location().
| void cern.laser.business.data.Location.setPosition | ( | String | position | ) |
| position | The position to set. |
Referenced by cern.laser.business.data.Location.Location().
| void cern.laser.business.data.Location.setRoom | ( | String | room | ) |
| room | The room to set. |
Referenced by cern.laser.business.data.Location.Location().
| String cern.laser.business.data.Location.toString | ( | ) |
1.7.0