org.opennms.web.alarm.filter
Class AlarmIdFilter

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.alarm.filter.AlarmIdFilter
All Implemented Interfaces:
Filter

public class AlarmIdFilter
extends EqualsFilter<Integer>


Field Summary
static String TYPE
           
 
Fields inherited from class org.opennms.web.filter.BaseFilter
m_filterName, m_sqlType
 
Constructor Summary
AlarmIdFilter(int alarmId)
           
 
Method Summary
 
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, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

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

AlarmIdFilter

public AlarmIdFilter(int alarmId)


Copyright © 2009. All Rights Reserved.