gov.nih.nci.caarray.domain.search
Class AnnotationCriterion

java.lang.Object
  extended by 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

Constructor Summary
AnnotationCriterion()
          Empty constructor.
AnnotationCriterion(Category category, java.lang.String value)
          Constructor for AnnotationCriterion with given category and value.
 
Method Summary
 Category getCategory()
           
 java.lang.String getValue()
           
 void setCategory(Category category)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 category
value - the value
Method Detail

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