org.opennms.web.notification
Class NoticeFactory.AcknowledgeType
java.lang.Object
org.opennms.web.notification.NoticeFactory.AcknowledgeType
- Enclosing class:
- NoticeFactory
- public static class NoticeFactory.AcknowledgeType
- extends java.lang.Object
Convenience class to determine what sort of notices to include in a
query.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_ACKNOWLEDGED
public static final int _ACKNOWLEDGED
- See Also:
- Constant Field Values
_UNACKNOWLEDGED
public static final int _UNACKNOWLEDGED
- See Also:
- Constant Field Values
_BOTH
public static final int _BOTH
- See Also:
- Constant Field Values
ACKNOWLEDGED
public static final NoticeFactory.AcknowledgeType ACKNOWLEDGED
UNACKNOWLEDGED
public static final NoticeFactory.AcknowledgeType UNACKNOWLEDGED
BOTH
public static final NoticeFactory.AcknowledgeType BOTH
name
protected java.lang.String name
id
protected int id
NoticeFactory.AcknowledgeType
private NoticeFactory.AcknowledgeType(java.lang.String name,
int id)
toString
public java.lang.String toString()
getName
public java.lang.String getName()
getId
public int getId()
Generated by eevans on May 29 2005 2015.