

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 |
.class table="ALARM_LOCATION"
| cern::laser::business::data::Location::Location | ( | ) | [inline, private] |
Empty constructor for Hibernate.
| cern::laser::business::data::Location::Location | ( | String | locationId, | |
| String | floor, | |||
| String | mnemonic, | |||
| String | position, | |||
| String | room | |||
| ) | [inline] |
| string | ||
| string2 | ||
| string3 | ||
| string4 | ||
| string5 | ||
| string6 | ||
| string7 | ||
| integer |
References setFloor(), setLocationId(), setMnemonic(), setPosition(), and setRoom().
| Object cern::laser::business::data::Location::clone | ( | ) | [inline] |
References building, cern::laser::business::data::Building::clone(), and setBuilding().
Referenced by cern::laser::business::data::AlarmImpl::clone().
| boolean cern::laser::business::data::Location::equals | ( | Object | obj | ) | [inline] |
References getLocationId().
| Building cern::laser::business::data::Location::getBuilding | ( | ) | [inline] |
.many-to-one column="BUILDING" class="cern.laser.business.data.Building" cascade="none" not-null="false"
References building.
Referenced by alma::alarmsystem::alarmmessage::AlarmMessageConversion::createACSLocation(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::encodeToXML(), and cern::laser::business::data::AlarmImpl::getDefinition().
| String cern::laser::business::data::Location::getFloor | ( | ) | [inline] |
References floor.
Referenced by alma::alarmsystem::alarmmessage::AlarmMessageConversion::createACSLocation(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::encodeToXML(), and cern::laser::business::data::AlarmImpl::getDefinition().
| String cern::laser::business::data::Location::getLocationId | ( | ) | [inline] |
.id generator-class="assigned" column="LOCATION_ID"
References locationId.
Referenced by alma::alarmsystem::alarmmessage::AlarmMessageConversion::createACSLocation(), equals(), and hashCode().
| String cern::laser::business::data::Location::getMnemonic | ( | ) | [inline] |
References mnemonic.
Referenced by alma::alarmsystem::alarmmessage::AlarmMessageConversion::createACSLocation(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::encodeToXML(), and cern::laser::business::data::AlarmImpl::getDefinition().
| String cern::laser::business::data::Location::getPosition | ( | ) | [inline] |
References position.
Referenced by alma::alarmsystem::alarmmessage::AlarmMessageConversion::createACSLocation(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::encodeToXML(), and cern::laser::business::data::AlarmImpl::getDefinition().
| String cern::laser::business::data::Location::getRoom | ( | ) | [inline] |
References room.
Referenced by alma::alarmsystem::alarmmessage::AlarmMessageConversion::createACSLocation(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::encodeToXML(), and cern::laser::business::data::AlarmImpl::getDefinition().
| int cern::laser::business::data::Location::hashCode | ( | ) | [inline] |
References getLocationId().
| void cern::laser::business::data::Location::setBuilding | ( | Building | building | ) | [inline] |
Referenced by clone(), alma::alarmsystem::clients::CategoryClient::convertAlarmType(), alma::alarmsystem::alarmmessage::AlarmMessageConversion::getAlarm(), com::cosylab::acs::laser::dao::HardcodedLocation::HardcodedLocation(), cl::utfsm::acs::acg::dao::HardcodedLocation::HardcodedLocation(), cl::utfsm::acs::acg::dao::ACSAlarmDAOImplTest::testAddFaultFamily(), cl::utfsm::acs::acg::dao::ACSAlarmDAOImplTest::testRemoveFaultFamily(), and cl::utfsm::acs::acg::dao::ACSAlarmDAOImplTest::testUpdateFaultFamily().
| void cern::laser::business::data::Location::setFloor | ( | String | floor | ) | [inline] |
| floor | The floor to set. |
Referenced by Location(), cl::utfsm::acs::acg::dao::ACSAlarmDAOImplTest::testAddFaultFamily(), cl::utfsm::acs::acg::dao::ACSAlarmDAOImplTest::testRemoveFaultFamily(), and cl::utfsm::acs::acg::dao::ACSAlarmDAOImplTest::testUpdateFaultFamily().
| void cern::laser::business::data::Location::setLocationId | ( | String | alarmId | ) | [inline] |
| void cern::laser::business::data::Location::setMnemonic | ( | String | mnemonic | ) | [inline] |
| mnemonic | The mnemonic to set. |
Referenced by Location(), cl::utfsm::acs::acg::dao::ACSAlarmDAOImplTest::testAddFaultFamily(), cl::utfsm::acs::acg::dao::ACSAlarmDAOImplTest::testRemoveFaultFamily(), and cl::utfsm::acs::acg::dao::ACSAlarmDAOImplTest::testUpdateFaultFamily().
| void cern::laser::business::data::Location::setPosition | ( | String | position | ) | [inline] |
| position | The position to set. |
Referenced by Location(), cl::utfsm::acs::acg::dao::ACSAlarmDAOImplTest::testAddFaultFamily(), cl::utfsm::acs::acg::dao::ACSAlarmDAOImplTest::testRemoveFaultFamily(), and cl::utfsm::acs::acg::dao::ACSAlarmDAOImplTest::testUpdateFaultFamily().
| void cern::laser::business::data::Location::setRoom | ( | String | room | ) | [inline] |
| room | The room to set. |
Referenced by Location(), cl::utfsm::acs::acg::dao::ACSAlarmDAOImplTest::testAddFaultFamily(), cl::utfsm::acs::acg::dao::ACSAlarmDAOImplTest::testRemoveFaultFamily(), and cl::utfsm::acs::acg::dao::ACSAlarmDAOImplTest::testUpdateFaultFamily().
| String cern::laser::business::data::Location::toString | ( | ) | [inline] |
Referenced by clone(), getBuilding(), and toString().
String cern::laser::business::data::Location::floor [private] |
Referenced by getFloor(), and toString().
String cern::laser::business::data::Location::locationId [private] |
Referenced by getLocationId(), and setLocationId().
String cern::laser::business::data::Location::mnemonic [private] |
Referenced by getMnemonic(), and toString().
String cern::laser::business::data::Location::position [private] |
Referenced by getPosition(), and toString().
String cern::laser::business::data::Location::room [private] |
Referenced by getRoom(), and toString().
1.6.2