DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.standards
Class CATRequestConstraints

java.lang.Object
  extended by org.dlese.dpc.standards.asn.SearchConstraints
      extended by org.dlese.dpc.schemedit.standards.CATRequestConstraints

public class CATRequestConstraints
extends SearchConstraints

Data Structure to manage information passed to the CATRest Service to constrain it's search.

Author:
ostwald

Field Summary
static Integer ANY_GRADE
          NOT YET DOCUMENTED
 
Constructor Summary
CATRequestConstraints()
          Constructor for the CATRequestConstraints object
 
Method Summary
 Map asMap()
          Return Constraints as a map, keyed by parameter name
 List getFeedbackStandards()
           
 String getIdentifier()
           
 int getMaxResults()
           
 String getQuery()
           
 void setFeedbackStandards(List stds)
           
 void setFeedbackStandards(String s)
           
 void setIdentifier(String id)
           
 void setMaxResults(int max)
           
 void setQuery(String q)
           
 String toQueryString()
           
 String toString()
          Return string representation of constraints map, used for debugging
 
Methods inherited from class org.dlese.dpc.standards.asn.SearchConstraints
getAuthor, getEndGrade, getId, getKeywords, getStartGrade, getTopic, setAuthor, setEndGrade, setId, setKeywords, setStartGrade, setTopic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ANY_GRADE

public static Integer ANY_GRADE
NOT YET DOCUMENTED

Constructor Detail

CATRequestConstraints

public CATRequestConstraints()
Constructor for the CATRequestConstraints object

Method Detail

getQuery

public String getQuery()

setQuery

public void setQuery(String q)

getMaxResults

public int getMaxResults()

setMaxResults

public void setMaxResults(int max)

getIdentifier

public String getIdentifier()

setIdentifier

public void setIdentifier(String id)

setFeedbackStandards

public void setFeedbackStandards(List stds)

setFeedbackStandards

public void setFeedbackStandards(String s)

getFeedbackStandards

public List getFeedbackStandards()

asMap

public Map asMap()
Return Constraints as a map, keyed by parameter name

Returns:
Contraints map

toQueryString

public String toQueryString()

toString

public String toString()
Return string representation of constraints map, used for debugging

Overrides:
toString in class Object
Returns:
NOT YET DOCUMENTED

DLESE Tools
v1.6.0