org.opennms.web.event.filter
Class IfIndexFilter

java.lang.Object
  extended by org.opennms.web.filter.BaseFilter<T>
      extended by org.opennms.web.filter.OneArgFilter<T>
          extended by org.opennms.web.filter.EqualsFilter<Integer>
              extended by org.opennms.web.event.filter.IfIndexFilter
All Implemented Interfaces:
Filter

public class IfIndexFilter
extends EqualsFilter<Integer>

Encapsulates all interface filtering functionality.


Field Summary
static String TYPE
           
 
Fields inherited from class org.opennms.web.filter.BaseFilter
m_filterName, m_sqlType
 
Constructor Summary
IfIndexFilter(int ifIndex)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getIfIndex()
           
 String toString()
           
 
Methods inherited from class org.opennms.web.filter.EqualsFilter
getCriterion, getSQLTemplate, getTextDescription
 
Methods inherited from class org.opennms.web.filter.OneArgFilter
bindParam, getBoundValue, getParamSql, getSql, getValue, getValueString
 
Methods inherited from class org.opennms.web.filter.BaseFilter
bindValue, formatValue, getDescription, getPropertyName, getSQLFieldName, getValueAsString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

IfIndexFilter

public IfIndexFilter(int ifIndex)
Method Detail

toString

public String toString()
Overrides:
toString in class BaseFilter<Integer>

getIfIndex

public int getIfIndex()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2009. All Rights Reserved.