gov.nih.nci.caarray.domain.search
Class AnnotationCriterion
java.lang.Object
gov.nih.nci.caarray.domain.search.AnnotationCriterion
public class AnnotationCriterion
- extends java.lang.Object
An AnnotationCriterion specifies a criterion that matches Characteristics having
the given category and value.
- Author:
- dkokotov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationCriterion
public AnnotationCriterion()
- Empty constructor.
AnnotationCriterion
public AnnotationCriterion(Category category,
java.lang.String value)
- Constructor for AnnotationCriterion with given category and value.
- Parameters:
category
- the categoryvalue
- the value
getValue
public java.lang.String getValue()
- Returns:
- the value
setValue
public void setValue(java.lang.String value)
- Parameters:
value
- the value to set
getCategory
public Category getCategory()
- Returns:
- the category
setCategory
public void setCategory(Category category)
- Parameters:
category
- the category to set