|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.caf.jcr.faces.data.query.PropertySearchTerm
public class PropertySearchTerm
Used as a refine field term in a search query to represent a property filter.
Field Summary | |
---|---|
protected String |
operator
Holds the operator of the filter term |
protected String |
propertyName
Holds the property name of the filter term |
protected static Random |
random
|
protected String |
rowId
Holds the rowId of the filter term |
protected Object |
value
Holds the value of the filter term |
Constructor Summary | |
---|---|
PropertySearchTerm()
Default Constructor |
Method Summary | |
---|---|
String |
getOperator()
Returns the operator of this term |
String |
getPropertyName()
Returns the property name of this term |
String |
getRowId()
Returns the row id of this term |
Object |
getValue()
Returns the value of this term |
void |
setOperator(String operator)
Sets the operator for this term |
void |
setPropertyName(String propertyName)
Sets the property name of this term |
void |
setValue(Object value)
Sets the value of this term |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static transient Random random
protected String rowId
protected String propertyName
protected String operator
protected Object value
Constructor Detail |
---|
public PropertySearchTerm()
Method Detail |
---|
public String getRowId()
public String getPropertyName()
public void setPropertyName(String propertyName)
propertyName
- the propertyName to setpublic String getOperator()
public void setOperator(String operator)
operator
- the operator to setpublic Object getValue()
public void setValue(Object value)
value
- the value to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |