Package org.opennms.netmgt.model
Class OnmsReductionKeyMemo
- java.lang.Object
-
- org.opennms.netmgt.model.OnmsMemo
-
- org.opennms.netmgt.model.OnmsReductionKeyMemo
-
- All Implemented Interfaces:
Serializable
@Entity public class OnmsReductionKeyMemo extends OnmsMemo
Specific memo which is attached to every alarm with a matching reduction key.
- Author:
- Markus Neumann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OnmsReductionKeyMemo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getReductionKey()
void
setReductionKey(String reductionKey)
-
Methods inherited from class org.opennms.netmgt.model.OnmsMemo
getAuthor, getBody, getCreated, getId, getUpdated, setAuthor, setBody, setCreated, setId, setUpdated
-
-