Class PropertySearchTerm
java.lang.Object
com.webmethods.caf.jcr.faces.data.query.PropertySearchTerm
- All Implemented Interfaces:
Serializable
Used as a refine field term in a search query to represent
a property filter.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Holds the operator of the filter termprotected String
Holds the property name of the filter termprotected String
Holds the rowId of the filter termprotected static SecureRandom
protected Object
Holds the value of the filter term -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the operator of this termReturns the property name of this termgetRowId()
Returns the row id of this termgetValue()
Returns the value of this termvoid
setOperator
(String operator) Sets the operator for this termvoid
setPropertyName
(String propertyName) Sets the property name of this termvoid
Sets the value of this term
-
Field Details
-
sRandom
-
rowId
Holds the rowId of the filter term -
propertyName
Holds the property name of the filter term -
operator
Holds the operator of the filter term -
value
Holds the value of the filter term
-
-
Constructor Details
-
PropertySearchTerm
public PropertySearchTerm()Default Constructor
-
-
Method Details
-
getRowId
Returns the row id of this term- Returns:
- the rowId
-
getPropertyName
Returns the property name of this term- Returns:
- the propertyName
-
setPropertyName
Sets the property name of this term- Parameters:
propertyName
- the propertyName to set
-
getOperator
Returns the operator of this term- Returns:
- the operator
-
setOperator
Sets the operator for this term- Parameters:
operator
- the operator to set
-
getValue
Returns the value of this term- Returns:
- the value
-
setValue
Sets the value of this term- Parameters:
value
- the value to set
-