OpenNMS API 1.2.3

org.opennms.web.outage.filter
Class NodeFilter

java.lang.Object
  extended byorg.opennms.web.outage.filter.NodeFilter
All Implemented Interfaces:
Filter

public class NodeFilter
extends java.lang.Object
implements Filter

Encapsulates all node filtering functionality.


Field Summary
protected  int nodeId
           
static java.lang.String TYPE
           
 
Constructor Summary
NodeFilter(int nodeId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
           
 int getNode()
           
 java.lang.String getSql()
           
 java.lang.String getTextDescription()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final java.lang.String TYPE
See Also:
Constant Field Values

nodeId

protected int nodeId
Constructor Detail

NodeFilter

public NodeFilter(int nodeId)
Method Detail

getSql

public java.lang.String getSql()
Specified by:
getSql in interface Filter

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface Filter

getTextDescription

public java.lang.String getTextDescription()
Specified by:
getTextDescription in interface Filter

toString

public java.lang.String toString()

getNode

public int getNode()

equals

public boolean equals(java.lang.Object obj)

OpenNMS API 1.2.3

Generated by eevans on May 29 2005 2015.