gov.nih.nci.mageom.search.Description
Interface OntologyEntrySearchCriteria

All Superinterfaces:
ExtendableSearchCriteria, Searchable, SessionObject
All Known Implementing Classes:
OntologyEntrySearchCriteriaImpl

public interface OntologyEntrySearchCriteria
extends ExtendableSearchCriteria, Searchable

Represents a query for OntologyEntry objects.

Version:
%I%, %G%

Field Summary
static java.lang.String CATEGORY_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.category.
static java.lang.String DESCRIPTION_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.description.
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.id.
static java.lang.String VALUE_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.value.
 
Method Summary
 java.lang.String getCategory()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.category
 java.lang.String getDescription()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.description
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.String getValue()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.value
 void setCategory(java.lang.String category)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.category
 void setCategory(java.lang.String category, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.category
 void setDescription(java.lang.String description)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.description
 void setDescription(java.lang.String description, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.description
 void setId(java.lang.Long id)
          Sets the value of the id criterion.
 void setId(java.lang.Long id, java.lang.String booleanOp)
           
 void setValue(java.lang.String value)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.value
 void setValue(java.lang.String value, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.value
 
Methods inherited from interface gov.nih.nci.common.search.Searchable
getMaxRecordset, getOrderBy, getReturnCount, getReturnObjects, putCriterion, putCriterion, search, setMaxRecordset, setOrderBy, setReturnCount, setReturnObjects
 
Methods inherited from interface gov.nih.nci.common.search.session.SessionObject
getSessionId, setSessionId
 

Field Detail

ID_ATTRIBUTE

static final java.lang.String ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.id.

See Also:
gov.nih.nci.mageom.domain.Description.OntologyEntry#id, Constant Field Values

CATEGORY_ATTRIBUTE

static final java.lang.String CATEGORY_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.category.

See Also:
gov.nih.nci.mageom.domain.Description.OntologyEntry#category, Constant Field Values

VALUE_ATTRIBUTE

static final java.lang.String VALUE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.value.

See Also:
gov.nih.nci.mageom.domain.Description.OntologyEntry#value, Constant Field Values

DESCRIPTION_ATTRIBUTE

static final java.lang.String DESCRIPTION_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.description.

See Also:
gov.nih.nci.mageom.domain.Description.OntologyEntry#description, Constant Field Values
Method Detail

getId

java.lang.Long getId()
Returns the value of the id criterion.

Specified by:
getId in interface ExtendableSearchCriteria
Returns:
the id criterion

setId

void setId(java.lang.Long id)
Sets the value of the id criterion.

Specified by:
setId in interface ExtendableSearchCriteria
Parameters:
id -

setId

void setId(java.lang.Long id,
           java.lang.String booleanOp)
Specified by:
setId in interface ExtendableSearchCriteria

getCategory

java.lang.String getCategory()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.category

Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.domain.Description.OntologyEntry#category

getValue

java.lang.String getValue()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.value

Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.domain.Description.OntologyEntry#value

getDescription

java.lang.String getDescription()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.description

Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.domain.Description.OntologyEntry#description

setCategory

void setCategory(java.lang.String category)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.category

Parameters:
category -
See Also:
gov.nih.nci.mageom.domain.Description.OntologyEntry#category

setCategory

void setCategory(java.lang.String category,
                 java.lang.String booleanOp,
                 java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.category

Parameters:
String - category the criterion value
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
String - caseInsensitive one of gov.nih.nci.common.search.CriteriaElement.CASESENSITIVE or gov.nih.nci.common.search.CriteriaElement.CASEINSENSITIVE
See Also:
gov.nih.nci.mageom.domain.Description.OntologyEntry#category

setValue

void setValue(java.lang.String value)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.value

Parameters:
value -
See Also:
gov.nih.nci.mageom.domain.Description.OntologyEntry#value

setValue

void setValue(java.lang.String value,
              java.lang.String booleanOp,
              java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.value

Parameters:
String - value the criterion value
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
String - caseInsensitive one of gov.nih.nci.common.search.CriteriaElement.CASESENSITIVE or gov.nih.nci.common.search.CriteriaElement.CASEINSENSITIVE
See Also:
gov.nih.nci.mageom.domain.Description.OntologyEntry#value

setDescription

void setDescription(java.lang.String description)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.description

Parameters:
description -
See Also:
gov.nih.nci.mageom.domain.Description.OntologyEntry#description

setDescription

void setDescription(java.lang.String description,
                    java.lang.String booleanOp,
                    java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.OntologyEntry.description

Parameters:
String - description the criterion value
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
String - caseInsensitive one of gov.nih.nci.common.search.CriteriaElement.CASESENSITIVE or gov.nih.nci.common.search.CriteriaElement.CASEINSENSITIVE
See Also:
gov.nih.nci.mageom.domain.Description.OntologyEntry#description