org.opennms.web.vulnerability
Class VulnerabilityFactory.ResolutionType

java.lang.Object
  extended by org.opennms.web.vulnerability.VulnerabilityFactory.ResolutionType
Enclosing class:
VulnerabilityFactory

public static class VulnerabilityFactory.ResolutionType
extends Object

Convenience class to determine what sort of events to include in a query.


Field Summary
static int _BOTH
           
static int _OPEN
           
static int _RESOLVED
           
static VulnerabilityFactory.ResolutionType BOTH
           
protected  int id
           
protected  String name
           
static VulnerabilityFactory.ResolutionType OPEN
           
static VulnerabilityFactory.ResolutionType RESOLVED
           
 
Method Summary
 int getId()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_OPEN

public static final int _OPEN
See Also:
Constant Field Values

_RESOLVED

public static final int _RESOLVED
See Also:
Constant Field Values

_BOTH

public static final int _BOTH
See Also:
Constant Field Values

OPEN

public static final VulnerabilityFactory.ResolutionType OPEN

RESOLVED

public static final VulnerabilityFactory.ResolutionType RESOLVED

BOTH

public static final VulnerabilityFactory.ResolutionType BOTH

name

protected String name

id

protected int id
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getName

public String getName()

getId

public int getId()


Copyright © 2009. All Rights Reserved.