

Public Member Functions | |
| MultiplicityThreshold (AlarmDefinition parent, Integer threshold) | |
| AlarmDefinition | getParent () |
| void | setParent (AlarmDefinition newParent) |
| Integer | getThreshold () |
| void | setThreshold (Integer newThreshold) |
| String | toString () |
| boolean | equals (Object obj) |
| int | hashCode () |
Private Attributes | |
| AlarmDefinition | parent |
| Integer | threshold |
| cern::laser::business::definition::data::MultiplicityThreshold::MultiplicityThreshold | ( | AlarmDefinition | parent, | |
| Integer | threshold | |||
| ) | [inline] |
References setParent(), and setThreshold().
| boolean cern::laser::business::definition::data::MultiplicityThreshold::equals | ( | Object | obj | ) | [inline] |
| AlarmDefinition cern::laser::business::definition::data::MultiplicityThreshold::getParent | ( | ) | [inline] |
References parent.
Referenced by equals(), and cern::laser::business::pojo::AlarmDefinitionServiceImpl::propagateMultiplicityThreshold().
| Integer cern::laser::business::definition::data::MultiplicityThreshold::getThreshold | ( | ) | [inline] |
| int cern::laser::business::definition::data::MultiplicityThreshold::hashCode | ( | ) | [inline] |
References toString().
| void cern::laser::business::definition::data::MultiplicityThreshold::setParent | ( | AlarmDefinition | newParent | ) | [inline] |
References parent.
Referenced by MultiplicityThreshold().
| void cern::laser::business::definition::data::MultiplicityThreshold::setThreshold | ( | Integer | newThreshold | ) | [inline] |
References threshold.
Referenced by MultiplicityThreshold().
| String cern::laser::business::definition::data::MultiplicityThreshold::toString | ( | ) | [inline] |
References cern::laser::business::definition::data::AlarmDefinition::getAlarmId(), parent, and threshold.
Referenced by hashCode().
Referenced by getParent(), setParent(), and toString().
Referenced by getThreshold(), setThreshold(), and toString().
1.6.2