|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.caf.jcr.faces.data.query.PathSearchTerm
public class PathSearchTerm
Used as a refine field term in a search query to represent a path filter.
Field Summary | |
---|---|
protected String |
value
Holds the path |
Constructor Summary | |
---|---|
PathSearchTerm()
Default Constructor |
Method Summary | |
---|---|
String |
getValue()
Returns the path value |
void |
setValue(String value)
Sets the path value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String value
Constructor Detail |
---|
public PathSearchTerm()
Method Detail |
---|
public String getValue()
public void setValue(String value)
value
- the value to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |