Class PathSearchTerm

java.lang.Object
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:
  • Field Details

    • value

      protected String value
      Holds the path
  • Constructor Details

    • PathSearchTerm

      public PathSearchTerm()
      Default Constructor
  • Method Details

    • 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