|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DatabaseEntrySearchCriteria
Represents a query for DatabaseEntry objects.
| 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 |
|---|
static final java.lang.String ID_ATTRIBUTE
gov.nih.nci.mageom.domain.Description.DatabaseEntry#id,
Constant Field Valuesstatic final java.lang.String ACCESSION_ATTRIBUTE
gov.nih.nci.mageom.domain.Description.DatabaseEntry#accession,
Constant Field Valuesstatic final java.lang.String ACCESSIONVERSION_ATTRIBUTE
gov.nih.nci.mageom.domain.Description.DatabaseEntry#accessionVersion,
Constant Field Valuesstatic final java.lang.String URI_ATTRIBUTE
gov.nih.nci.mageom.domain.Description.DatabaseEntry#URI,
Constant Field Valuesstatic final java.lang.String DATABASEID_ATTRIBUTE
gov.nih.nci.mageom.domain.Description.Database#id,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface ExtendableSearchCriteriavoid setId(java.lang.Long id)
setId in interface ExtendableSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface ExtendableSearchCriteriajava.lang.String getAccession()
gov.nih.nci.mageom.domain.Description.DatabaseEntry#accessionjava.lang.String getAccessionVersion()
gov.nih.nci.mageom.domain.Description.DatabaseEntry#accessionVersionjava.lang.String getURI()
gov.nih.nci.mageom.domain.Description.DatabaseEntry#URIjava.lang.Long getDatabaseId()
gov.nih.nci.mageom.domain.Description.Database#idvoid setAccession(java.lang.String accession)
accession - gov.nih.nci.mageom.domain.Description.DatabaseEntry#accession
void setAccession(java.lang.String accession,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - accession the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORString - caseInsensitive one of gov.nih.nci.common.search.CriteriaElement.CASESENSITIVE or gov.nih.nci.common.search.CriteriaElement.CASEINSENSITIVEgov.nih.nci.mageom.domain.Description.DatabaseEntry#accessionvoid setAccessionVersion(java.lang.String accessionVersion)
accessionVersion - gov.nih.nci.mageom.domain.Description.DatabaseEntry#accessionVersion
void setAccessionVersion(java.lang.String accessionVersion,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - accessionVersion the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORString - caseInsensitive one of gov.nih.nci.common.search.CriteriaElement.CASESENSITIVE or gov.nih.nci.common.search.CriteriaElement.CASEINSENSITIVEgov.nih.nci.mageom.domain.Description.DatabaseEntry#accessionVersionvoid setURI(java.lang.String URI)
URI - gov.nih.nci.mageom.domain.Description.DatabaseEntry#URI
void setURI(java.lang.String URI,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - URI the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORString - caseInsensitive one of gov.nih.nci.common.search.CriteriaElement.CASESENSITIVE or gov.nih.nci.common.search.CriteriaElement.CASEINSENSITIVEgov.nih.nci.mageom.domain.Description.DatabaseEntry#URIvoid setDatabaseCriteria(DatabaseSearchCriteria criteria)
gov.nih.nci.mageom.search.Description.DatabaseSearchCriteria - the SearchCriteria to be nestedDatabaseSearchCriteria
void setDatabaseCriteria(DatabaseSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.Description.DatabaseSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORDatabaseSearchCriteriavoid setDatabaseId(java.lang.Long databaseId)
databaseId - gov.nih.nci.mageom.domain.Description.Database#id
void setDatabaseId(java.lang.Long databaseId,
java.lang.String booleanOp)
databaseId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.Description.Database#id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||