|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.cms.gui.query.AbstractExpressionImpl info.magnolia.cms.gui.query.SearchQueryParameter
public abstract class SearchQueryParameter
Field Summary | |
---|---|
protected String |
constraint
constraint for this parameter |
protected String |
name
parameter name |
protected Object |
value
parameter value, this could be either String or Date |
Constructor Summary | |
---|---|
SearchQueryParameter(String name,
Object value,
String constraint)
|
Method Summary | |
---|---|
String |
getConstraint()
get constraint name |
String |
getName()
get name of the parameter field |
void |
setConstraint(String constraint)
set constraint |
void |
setName(String name)
set parameter field name |
Methods inherited from class info.magnolia.cms.gui.query.AbstractExpressionImpl |
---|
getLeft, getRight, hasLeft, hasRight, setleft, setRight |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface info.magnolia.cms.gui.query.SearchQueryExpression |
---|
toString |
Field Detail |
---|
protected String name
protected Object value
protected String constraint
Constructor Detail |
---|
public SearchQueryParameter(String name, Object value, String constraint)
name
- of this parametervalue
- constraint
- check constraint constantsMethod Detail |
---|
public String getName()
public void setName(String name)
name
- public String getConstraint()
public void setConstraint(String constraint)
constraint
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |