

Public Member Functions | |
| CommentedAlarmRef (String alarmId, Timestamp sourceTimestamp, Comment comment) | |
| String | getAlarmId () |
| void | setAlarmId (String newAlarmId) |
| Timestamp | getSourceTimestamp () |
| void | setSourceTimestamp (Timestamp newSourceTimestamp) |
| Comment | getComment () |
| void | setComment (Comment newComment) |
| int | hashCode () |
| boolean | equals (Object obj) |
Private Attributes | |
| String | alarmId |
| Timestamp | sourceTimestamp |
| Comment | comment |
| cern::laser::console::impl::CommentedAlarmRef::CommentedAlarmRef | ( | String | alarmId, | |
| Timestamp | sourceTimestamp, | |||
| Comment | comment | |||
| ) | [inline] |
| boolean cern::laser::console::impl::CommentedAlarmRef::equals | ( | Object | obj | ) | [inline] |
References alarmId, getAlarmId(), getSourceTimestamp(), and sourceTimestamp.
| String cern::laser::console::impl::CommentedAlarmRef::getAlarmId | ( | ) | [inline] |
References alarmId.
Referenced by cern::laser::console::impl::ConfigurationImpl::buildCommentedAlarmMap(), and equals().
| Comment cern::laser::console::impl::CommentedAlarmRef::getComment | ( | ) | [inline] |
References comment.
Referenced by cern::laser::console::impl::ConfigurationImpl::buildCommentedAlarmMap().
| Timestamp cern::laser::console::impl::CommentedAlarmRef::getSourceTimestamp | ( | ) | [inline] |
References sourceTimestamp.
Referenced by cern::laser::console::impl::ConfigurationImpl::buildCommentedAlarmMap(), and equals().
| int cern::laser::console::impl::CommentedAlarmRef::hashCode | ( | ) | [inline] |
References alarmId.
| void cern::laser::console::impl::CommentedAlarmRef::setAlarmId | ( | String | newAlarmId | ) | [inline] |
References alarmId.
| void cern::laser::console::impl::CommentedAlarmRef::setComment | ( | Comment | newComment | ) | [inline] |
References comment.
| void cern::laser::console::impl::CommentedAlarmRef::setSourceTimestamp | ( | Timestamp | newSourceTimestamp | ) | [inline] |
References sourceTimestamp.
String cern::laser::console::impl::CommentedAlarmRef::alarmId [private] |
Referenced by equals(), getAlarmId(), hashCode(), and setAlarmId().
Referenced by getComment(), and setComment().
Timestamp cern::laser::console::impl::CommentedAlarmRef::sourceTimestamp [private] |
Referenced by equals(), getSourceTimestamp(), and setSourceTimestamp().
1.6.2