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

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

public interface DatabaseEntrySearchCriteria
extends ExtendableSearchCriteria, Searchable

Represents a query for DatabaseEntry objects.

Version:
%I%, %G%

Field Summary
static java.lang.String ACCESSION_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.DatabaseEntry.accession.
static java.lang.String ACCESSIONVERSION_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.DatabaseEntry.accessionVersion.
static java.lang.String DATABASEID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Description.Database.id.
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.DatabaseEntry.id.
static java.lang.String URI_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.DatabaseEntry.URI.
 
Method Summary
 java.lang.String getAccession()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.DatabaseEntry.accession
 java.lang.String getAccessionVersion()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.DatabaseEntry.accessionVersion
 java.lang.Long getDatabaseId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.Database.id
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.String getURI()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.DatabaseEntry.URI
 void setAccession(java.lang.String accession)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.DatabaseEntry.accession
 void setAccession(java.lang.String accession, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.DatabaseEntry.accession
 void setAccessionVersion(java.lang.String accessionVersion)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.DatabaseEntry.accessionVersion
 void setAccessionVersion(java.lang.String accessionVersion, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.DatabaseEntry.accessionVersion
 void setDatabaseCriteria(DatabaseSearchCriteria criteria)
          Constrains the search for DatabaseEntry objects to those associated with Database objects by the association and selected by the given DatabaseSearchCriteria.
 void setDatabaseCriteria(DatabaseSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for DatabaseEntry objects to those associated with Database objects by the association and selected by the given DatabaseSearchCriteria.
 void setDatabaseId(java.lang.Long databaseId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.Database.id
 void setDatabaseId(java.lang.Long databaseId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.Database.id
 void setId(java.lang.Long id)
          Sets the value of the id criterion.
 void setId(java.lang.Long id, java.lang.String booleanOp)
           
 void setURI(java.lang.String URI)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.DatabaseEntry.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.DatabaseEntry.URI
 
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.DatabaseEntry.id.

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

ACCESSION_ATTRIBUTE

static final java.lang.String ACCESSION_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.DatabaseEntry.accession.

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

ACCESSIONVERSION_ATTRIBUTE

static final java.lang.String ACCESSIONVERSION_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.DatabaseEntry.accessionVersion.

See Also:
gov.nih.nci.mageom.domain.Description.DatabaseEntry#accessionVersion, 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.DatabaseEntry.URI.

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

DATABASEID_ATTRIBUTE

static final java.lang.String DATABASEID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Description.Database.id.

See Also:
gov.nih.nci.mageom.domain.Description.Database#id, 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

getAccession

java.lang.String getAccession()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.DatabaseEntry.accession

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

getAccessionVersion

java.lang.String getAccessionVersion()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.DatabaseEntry.accessionVersion

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

getURI

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

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

getDatabaseId

java.lang.Long getDatabaseId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.Database.id

Returns:
the java.lang.Long criterion value.
See Also:
gov.nih.nci.mageom.domain.Description.Database#id

setAccession

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

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

setAccession

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

Parameters:
String - accession 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.DatabaseEntry#accession

setAccessionVersion

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

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

setAccessionVersion

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

Parameters:
String - accessionVersion 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.DatabaseEntry#accessionVersion

setURI

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

Parameters:
URI -
See Also:
gov.nih.nci.mageom.domain.Description.DatabaseEntry#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.DatabaseEntry.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.DatabaseEntry#URI

setDatabaseCriteria

void setDatabaseCriteria(DatabaseSearchCriteria criteria)
Constrains the search for DatabaseEntry objects to those associated with Database objects by the association and selected by the given DatabaseSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.Description.DatabaseSearchCriteria - the SearchCriteria to be nested
See Also:
DatabaseSearchCriteria

setDatabaseCriteria

void setDatabaseCriteria(DatabaseSearchCriteria criteria,
                         java.lang.String booleanOp)
Constrains the search for DatabaseEntry objects to those associated with Database objects by the association and selected by the given DatabaseSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.Description.DatabaseSearchCriteria - the SearchCriteria to be nested
String - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
DatabaseSearchCriteria

setDatabaseId

void setDatabaseId(java.lang.Long databaseId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.Database.id

Parameters:
databaseId -
See Also:
gov.nih.nci.mageom.domain.Description.Database#id

setDatabaseId

void setDatabaseId(java.lang.Long databaseId,
                   java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.Database.id

Parameters:
databaseId -
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
gov.nih.nci.mageom.domain.Description.Database#id