org.opennms.web.vulnerability
Class VulnerabilityFactory.SortStyle
java.lang.Object
org.opennms.web.vulnerability.VulnerabilityFactory.SortStyle
- Enclosing class:
- VulnerabilityFactory
- public static class VulnerabilityFactory.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 |
_ID
public static final int _ID
- See Also:
- Constant Field Values
_SEVERITY
public static final int _SEVERITY
- 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
_CREATE_TIME
public static final int _CREATE_TIME
- See Also:
- Constant Field Values
_RESOLVED_TIME
public static final int _RESOLVED_TIME
- See Also:
- Constant Field Values
_PORT
public static final int _PORT
- See Also:
- Constant Field Values
_PROTOCOL
public static final int _PROTOCOL
- See Also:
- Constant Field Values
ID
public static final VulnerabilityFactory.SortStyle ID
SEVERITY
public static final VulnerabilityFactory.SortStyle SEVERITY
NODE
public static final VulnerabilityFactory.SortStyle NODE
INTERFACE
public static final VulnerabilityFactory.SortStyle INTERFACE
SERVICE
public static final VulnerabilityFactory.SortStyle SERVICE
CREATE_TIME
public static final VulnerabilityFactory.SortStyle CREATE_TIME
RESOLVED_TIME
public static final VulnerabilityFactory.SortStyle RESOLVED_TIME
PORT
public static final VulnerabilityFactory.SortStyle PORT
PROTOCOL
public static final VulnerabilityFactory.SortStyle PROTOCOL
_REVERSE_ID
public static final int _REVERSE_ID
- See Also:
- Constant Field Values
_REVERSE_SEVERITY
public static final int _REVERSE_SEVERITY
- 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_CREATE_TIME
public static final int _REVERSE_CREATE_TIME
- See Also:
- Constant Field Values
_REVERSE_RESOLVED_TIME
public static final int _REVERSE_RESOLVED_TIME
- See Also:
- Constant Field Values
_REVERSE_PORT
public static final int _REVERSE_PORT
- See Also:
- Constant Field Values
_REVERSE_PROTOCOL
public static final int _REVERSE_PROTOCOL
- See Also:
- Constant Field Values
REVERSE_ID
public static final VulnerabilityFactory.SortStyle REVERSE_ID
REVERSE_SEVERITY
public static final VulnerabilityFactory.SortStyle REVERSE_SEVERITY
REVERSE_NODE
public static final VulnerabilityFactory.SortStyle REVERSE_NODE
REVERSE_INTERFACE
public static final VulnerabilityFactory.SortStyle REVERSE_INTERFACE
REVERSE_SERVICE
public static final VulnerabilityFactory.SortStyle REVERSE_SERVICE
REVERSE_CREATE_TIME
public static final VulnerabilityFactory.SortStyle REVERSE_CREATE_TIME
REVERSE_RESOLVED_TIME
public static final VulnerabilityFactory.SortStyle REVERSE_RESOLVED_TIME
REVERSE_PORT
public static final VulnerabilityFactory.SortStyle REVERSE_PORT
REVERSE_PROTOCOL
public static final VulnerabilityFactory.SortStyle REVERSE_PROTOCOL
name
protected java.lang.String name
id
protected int id
VulnerabilityFactory.SortStyle
private VulnerabilityFactory.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.