com.webmethods.caf.jcr.faces.data.query
Class PathSearchTerm

java.lang.Object
  extended by com.webmethods.caf.jcr.faces.data.query.PathSearchTerm
All Implemented Interfaces:
Serializable

public class PathSearchTerm
extends Object
implements Serializable

Used as a refine field term in a search query to represent a path filter.

See Also:
Serialized Form

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

value

protected String value
Holds the path

Constructor Detail

PathSearchTerm

public PathSearchTerm()
Default Constructor

Method Detail

getValue

public String getValue()
Returns the path value

Returns:
the value

setValue

public void setValue(String value)
Sets the path value

Parameters:
value - the value to set