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

All Superinterfaces:
DescribableSearchCriteria, ExtendableSearchCriteria, Searchable, SessionObject
All Known Implementing Classes:
DescriptionSearchCriteriaImpl

public interface DescriptionSearchCriteria
extends DescribableSearchCriteria, Searchable

Represents a query for Description objects.

Version:
%I%, %G%

Field Summary
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.Description.id.
static java.lang.String TEXT_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.Description.text.
static java.lang.String URI_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.Description.URI.
 
Fields inherited from interface gov.nih.nci.mageom.search.DescribableSearchCriteria
SECURITYID_ATTRIBUTE
 
Method Summary
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.String getText()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.Description.text
 java.lang.String getURI()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.Description.URI
 void setId(java.lang.Long id)
          Sets the value of the id criterion.
 void setId(java.lang.Long id, java.lang.String booleanOp)
           
 void setText(java.lang.String text)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.Description.text
 void setText(java.lang.String text, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.Description.text
 void setURI(java.lang.String URI)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.Description.URI
 void setURI(java.lang.String URI, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.Description.URI
 
Methods inherited from interface gov.nih.nci.mageom.search.DescribableSearchCriteria
getSecurityId, setSecurityCriteria, setSecurityCriteria, setSecurityId, setSecurityId
 
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.Description.id.

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

TEXT_ATTRIBUTE

static final java.lang.String TEXT_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.Description.text.

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

URI_ATTRIBUTE

static final java.lang.String URI_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.Description.URI.

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

getId

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

Specified by:
getId in interface DescribableSearchCriteria
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 DescribableSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Parameters:
id -

setId

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

getText

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

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

getURI

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

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

setText

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

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

setText

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

Parameters:
String - text 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.Description#text

setURI

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

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

setURI

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

Parameters:
String - URI 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.Description#URI