Class QueryModel

java.lang.Object
org.alfresco.utility.model.QueryModel

public class QueryModel extends Object
Represents a simple query object that will contain the search text string and the expected results count returned by that query
  • Constructor Details

    • QueryModel

      public QueryModel()
  • Method Details

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getResults

      public long getResults()
    • setResults

      public void setResults(long results)
    • toString

      public String toString()
      Overrides:
      toString in class Object