org.opennms.web.notification
Class NoticeFactory.SortStyle
java.lang.Object
org.opennms.web.notification.NoticeFactory.SortStyle
- Enclosing class:
- NoticeFactory
- public static class NoticeFactory.SortStyle
- extends java.lang.Object
Convenience class to determine sort style of a query.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_USER
public static final int _USER
- See Also:
- Constant Field Values
_RESPONDER
public static final int _RESPONDER
- See Also:
- Constant Field Values
_PAGETIME
public static final int _PAGETIME
- See Also:
- Constant Field Values
_RESPONDTIME
public static final int _RESPONDTIME
- See Also:
- Constant Field Values
_NODE
public static final int _NODE
- See Also:
- Constant Field Values
_INTERFACE
public static final int _INTERFACE
- See Also:
- Constant Field Values
_SERVICE
public static final int _SERVICE
- See Also:
- Constant Field Values
_ID
public static final int _ID
- See Also:
- Constant Field Values
USER
public static final NoticeFactory.SortStyle USER
RESPONDER
public static final NoticeFactory.SortStyle RESPONDER
PAGETIME
public static final NoticeFactory.SortStyle PAGETIME
RESPONDTIME
public static final NoticeFactory.SortStyle RESPONDTIME
NODE
public static final NoticeFactory.SortStyle NODE
INTERFACE
public static final NoticeFactory.SortStyle INTERFACE
SERVICE
public static final NoticeFactory.SortStyle SERVICE
ID
public static final NoticeFactory.SortStyle ID
_REVERSE_USER
public static final int _REVERSE_USER
- See Also:
- Constant Field Values
_REVERSE_RESPONDER
public static final int _REVERSE_RESPONDER
- See Also:
- Constant Field Values
_REVERSE_PAGETIME
public static final int _REVERSE_PAGETIME
- See Also:
- Constant Field Values
_REVERSE_RESPONDTIME
public static final int _REVERSE_RESPONDTIME
- See Also:
- Constant Field Values
_REVERSE_NODE
public static final int _REVERSE_NODE
- See Also:
- Constant Field Values
_REVERSE_INTERFACE
public static final int _REVERSE_INTERFACE
- See Also:
- Constant Field Values
_REVERSE_SERVICE
public static final int _REVERSE_SERVICE
- See Also:
- Constant Field Values
_REVERSE_ID
public static final int _REVERSE_ID
- See Also:
- Constant Field Values
REVERSE_USER
public static final NoticeFactory.SortStyle REVERSE_USER
REVERSE_RESPONDER
public static final NoticeFactory.SortStyle REVERSE_RESPONDER
REVERSE_PAGETIME
public static final NoticeFactory.SortStyle REVERSE_PAGETIME
REVERSE_RESPONDTIME
public static final NoticeFactory.SortStyle REVERSE_RESPONDTIME
REVERSE_NODE
public static final NoticeFactory.SortStyle REVERSE_NODE
REVERSE_INTERFACE
public static final NoticeFactory.SortStyle REVERSE_INTERFACE
REVERSE_SERVICE
public static final NoticeFactory.SortStyle REVERSE_SERVICE
REVERSE_ID
public static final NoticeFactory.SortStyle REVERSE_ID
name
protected java.lang.String name
id
protected int id
NoticeFactory.SortStyle
private NoticeFactory.SortStyle(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.