Inherits java::io::Serializable.
Public Member Functions | |
| CommentedAlarm () | |
| CommentedAlarm (cern.laser.client.data.Alarm alarm, Comment comment) | |
| cern.laser.client.data.Alarm | getAlarm () |
| void | setAlarm (cern.laser.client.data.Alarm newAlarm) |
| Comment | getComment () |
| void | setComment (Comment newComment) |
| String | toString () |
| Object | clone () |
A generic commented alarm.
| cern.laser.console.CommentedAlarm.CommentedAlarm | ( | ) |
Default constructor.
| cern.laser.console.CommentedAlarm.CommentedAlarm | ( | cern.laser.client.data.Alarm | alarm, | |
| Comment | comment | |||
| ) |
Constructor.
| alarm | the alarm | |
| comment | the alarm comment |
| Object cern.laser.console.CommentedAlarm.clone | ( | ) |
| cern.laser.client.data.Alarm cern.laser.console.CommentedAlarm.getAlarm | ( | ) |
Accessor method.
Referenced by cern.laser.console.CommentedAlarmMap.put(), and cern.laser.console.CommentedAlarmMap.putAll().
| Comment cern.laser.console.CommentedAlarm.getComment | ( | ) |
Accessor method.
| void cern.laser.console.CommentedAlarm.setAlarm | ( | cern.laser.client.data.Alarm | newAlarm | ) |
Accessor method.
| newAlarm | the alarm |
Referenced by cern.laser.console.CommentedAlarm.clone().
| void cern.laser.console.CommentedAlarm.setComment | ( | Comment | newComment | ) |
Accessor method.
| newComment | the alarm comment |
Referenced by cern.laser.console.CommentedAlarm.clone().
| String cern.laser.console.CommentedAlarm.toString | ( | ) |
Returns a string representation.
References cern.laser.console.Comment.toString().
1.7.0