org.opennms.web.alarm.filter
Class EventParmLikeFilter

java.lang.Object
  extended by org.opennms.web.filter.BaseFilter<T>
      extended by org.opennms.web.filter.OneArgFilter<String>
          extended by org.opennms.web.filter.SubstringFilter
              extended by org.opennms.web.alarm.filter.EventParmLikeFilter
All Implemented Interfaces:
Filter

public class EventParmLikeFilter
extends SubstringFilter


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

Field Detail

TYPE

public static final String TYPE
Constant TYPE="parmmatchany"

See Also:
Constant Field Values
Constructor Detail

EventParmLikeFilter

public EventParmLikeFilter(String parm)
Method Detail

getTextDescription

public String getTextDescription()
Description copied from class: BaseFilter

getTextDescription

Specified by:
getTextDescription in interface Filter
Overrides:
getTextDescription in class OneArgFilter<String>
Returns:
a String object.

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

getDescription

public String getDescription()
Description copied from class: BaseFilter

getDescription

Specified by:
getDescription in interface Filter
Overrides:
getDescription in class BaseFilter<String>
Returns:
a String object.


Copyright © 2011. All Rights Reserved.