

Public Member Functions | |
| AlarmChange (Alarm current, Alarm previous) | |
| String | getAlarmId () |
| Alarm | getCurrent () |
| void | setCurrent (AlarmImpl newCurrent) |
| Alarm | getPrevious () |
| void | setPrevious (AlarmImpl newPrevious) |
| int | hashCode () |
| boolean | equals (Object obj) |
| String | toString () |
Private Attributes | |
| Alarm | current |
| Alarm | previous |
| boolean cern::laser::business::data::AlarmChange::equals | ( | Object | obj | ) | [inline] |
References getAlarmId().
| String cern::laser::business::data::AlarmChange::getAlarmId | ( | ) | [inline] |
References current, and cern::laser::business::data::Alarm::getAlarmId().
Referenced by equals(), and hashCode().
| Alarm cern::laser::business::data::AlarmChange::getCurrent | ( | ) | [inline] |
| Alarm cern::laser::business::data::AlarmChange::getPrevious | ( | ) | [inline] |
References previous.
Referenced by cern::laser::business::pojo::AlarmCacheServerImpl::notify(), cern::laser::business::pojo::AlarmPublisherImpl::publish(), and toString().
| int cern::laser::business::data::AlarmChange::hashCode | ( | ) | [inline] |
References getAlarmId().
| void cern::laser::business::data::AlarmChange::setCurrent | ( | AlarmImpl | newCurrent | ) | [inline] |
References current.
| void cern::laser::business::data::AlarmChange::setPrevious | ( | AlarmImpl | newPrevious | ) | [inline] |
References previous.
| String cern::laser::business::data::AlarmChange::toString | ( | ) | [inline] |
References getCurrent(), and getPrevious().
Referenced by getAlarmId(), getCurrent(), and setCurrent().
Referenced by getPrevious(), and setPrevious().
1.6.2