com.pmease.quickbuild.plugin.report.engine.datastore.filter
Class SimpleExpression

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.datastore.filter.SearchCriterion
      extended by com.pmease.quickbuild.plugin.report.engine.datastore.filter.SimpleExpression
All Implemented Interfaces:
Filter, java.io.Serializable

public class SimpleExpression
extends SearchCriterion

See Also:
Serialized Form

Constructor Summary
SimpleExpression()
           
SimpleExpression(SimpleExpression other)
           
SimpleExpression(java.lang.String columnName, Func func, java.lang.Object value)
           
 
Method Summary
 java.lang.String toBreadcrumb()
           
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.datastore.filter.SearchCriterion
clone, equals, getActualValue, getColumnName, getColumns, getConnective, getDisplayName, getInclude, getOp, getParams, getPriority, getValue, hashcode, isValid, setColumnName, setConnective, setDisplayName, setInclude, setOp, setValue, toSqlString, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleExpression

public SimpleExpression()

SimpleExpression

public SimpleExpression(SimpleExpression other)

SimpleExpression

public SimpleExpression(java.lang.String columnName,
                        Func func,
                        java.lang.Object value)
Method Detail

toBreadcrumb

public java.lang.String toBreadcrumb()
Specified by:
toBreadcrumb in interface Filter
Overrides:
toBreadcrumb in class SearchCriterion


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.