butler.sql.filter
Class LE

java.lang.Object
  extended by butler.sql.filter.Filter
      extended by butler.sql.filter.SimpleFilter
          extended by butler.sql.filter.LE

public class LE
extends SimpleFilter

Less than or equals - filter

Author:
Fredrik Bertilsson

Field Summary
 
Fields inherited from class butler.sql.filter.SimpleFilter
_alias
 
Constructor Summary
LE(Column column)
           
LE(Column column, java.lang.Object value)
           
LE(java.lang.String alias, Column column)
           
 
Method Summary
 
Methods inherited from class butler.sql.filter.SimpleFilter
filter, getAlias, getCaption, getColumn, getOperator, getParamDatatypes, getSQL, getValue, getValues, getXMLFilterName, params2db, parse, populate, setIgnoreCase, setOperator, setValue, toXML
 
Methods inherited from class butler.sql.filter.Filter
and, copy, createId, equals, getFilter, getId, getLeafFilters, getNestedQuery, getValues, hashCode, modify, not, or, parseFilter, registerFilterParser, setCaption, setId, setSize, setSize, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LE

public LE(Column column)
   throws java.lang.Exception
Throws:
java.lang.Exception

LE

public LE(Column column,
          java.lang.Object value)
   throws java.lang.Exception
Throws:
java.lang.Exception

LE

public LE(java.lang.String alias,
          Column column)
   throws java.lang.Exception
Throws:
java.lang.Exception