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

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

public interface ExternalReferenceSearchCriteria
extends ExtendableSearchCriteria, Searchable

Represents a query for ExternalReference objects.

Version:
%I%, %G%

Field Summary
static java.lang.String EXPORTEDFROMDB_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportedFromDB.
static java.lang.String EXPORTEDFROMSERVER_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportedFromServer.
static java.lang.String EXPORTID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportID.
static java.lang.String EXPORTNAME_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportName.
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.id.
 
Method Summary
 java.lang.String getExportedFromDB()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportedFromDB
 java.lang.String getExportedFromServer()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportedFromServer
 java.lang.String getExportID()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportID
 java.lang.String getExportName()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportName
 java.lang.Long getId()
          Returns the value of the id criterion.
 void setExportedFromDB(java.lang.String exportedFromDB)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportedFromDB
 void setExportedFromDB(java.lang.String exportedFromDB, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportedFromDB
 void setExportedFromServer(java.lang.String exportedFromServer)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportedFromServer
 void setExportedFromServer(java.lang.String exportedFromServer, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportedFromServer
 void setExportID(java.lang.String exportID)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportID
 void setExportID(java.lang.String exportID, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportID
 void setExportName(java.lang.String exportName)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportName
 void setExportName(java.lang.String exportName, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportName
 void setId(java.lang.Long id)
          Sets the value of the id criterion.
 void setId(java.lang.Long id, java.lang.String booleanOp)
           
 
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.ExternalReference.id.

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

EXPORTEDFROMSERVER_ATTRIBUTE

static final java.lang.String EXPORTEDFROMSERVER_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportedFromServer.

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

EXPORTEDFROMDB_ATTRIBUTE

static final java.lang.String EXPORTEDFROMDB_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportedFromDB.

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

EXPORTID_ATTRIBUTE

static final java.lang.String EXPORTID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportID.

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

EXPORTNAME_ATTRIBUTE

static final java.lang.String EXPORTNAME_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportName.

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

getExportedFromServer

java.lang.String getExportedFromServer()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportedFromServer

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

getExportedFromDB

java.lang.String getExportedFromDB()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportedFromDB

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

getExportID

java.lang.String getExportID()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportID

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

getExportName

java.lang.String getExportName()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportName

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

setExportedFromServer

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

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

setExportedFromServer

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

Parameters:
String - exportedFromServer 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.ExternalReference#exportedFromServer

setExportedFromDB

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

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

setExportedFromDB

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

Parameters:
String - exportedFromDB 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.ExternalReference#exportedFromDB

setExportID

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

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

setExportID

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

Parameters:
String - exportID 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.ExternalReference#exportID

setExportName

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

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

setExportName

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

Parameters:
String - exportName 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.ExternalReference#exportName