gov.nih.nci.mageom.search.Description.impl
Class ExternalReferenceSearchCriteriaImpl

java.lang.Object
  extended by gov.nih.nci.caBIO.util.PermissionObject
      extended by gov.nih.nci.common.search.SearchCriteria
          extended by gov.nih.nci.mageom.search.impl.MAGEOMSearchCriteria
              extended by gov.nih.nci.mageom.search.impl.ExtendableSearchCriteriaImpl
                  extended by gov.nih.nci.mageom.search.Description.impl.ExternalReferenceSearchCriteriaImpl
All Implemented Interfaces:
Directable, Searchable, SessionObject, ExternalReferenceSearchCriteria, ExtendableSearchCriteria, java.io.Serializable, java.lang.Cloneable

public class ExternalReferenceSearchCriteriaImpl
extends ExtendableSearchCriteriaImpl
implements ExternalReferenceSearchCriteria, java.io.Serializable

Represents a query for ExternalReference objects.

Version:
%I%, %G%
See Also:
Serialized Form

Field Summary
protected  MAGESCUtils _scUtils
           
 
Fields inherited from class gov.nih.nci.mageom.search.impl.MAGEOMSearchCriteria
currentHandler
 
Fields inherited from class gov.nih.nci.common.search.SearchCriteria
_ands, _groups, _ors, _sessionId, criteriaCollection, fillInAllObjects, fillInObjects, myObjects, orderBy
 
Fields inherited from interface gov.nih.nci.mageom.search.Description.ExternalReferenceSearchCriteria
EXPORTEDFROMDB_ATTRIBUTE, EXPORTEDFROMSERVER_ATTRIBUTE, EXPORTID_ATTRIBUTE, EXPORTNAME_ATTRIBUTE, ID_ATTRIBUTE
 
Constructor Summary
ExternalReferenceSearchCriteriaImpl()
           
 
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)
           
 java.lang.String toString()
          Returns a String representation of this object suitable for console display.
 
Methods inherited from class gov.nih.nci.mageom.search.impl.MAGEOMSearchCriteria
defaultHandler, direct, getBeanClassName, getBeanName, getHandler, main, putCriterion, search, setHandler
 
Methods inherited from class gov.nih.nci.common.search.SearchCriteria
addCriteriaGroup, clone, equals, findCriterion, getAnds, getAvailableCriteria, getAvailableCriteria, getClassName, getCount, getCount, getCriteriaCollection, getCriteriaGroups, getCriterion, getCriterion, getCriterionValue, getFillInAllObjects, getFillInObjects, getMaxRecordset, getObjects, getOrderBy, getOrs, getReturnCount, getReturnObjects, getSearchCriteria, getSearchCriteria, getSessionId, getStartAt, hasElement, hashCode, putCriteria, putCriteria, putCriteria, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putSearchCriteria, removeCriterion, removeElement, runSearch, search, setBeanClassName, setClassName, setFillInAllObjects, setFillInObjects, setMaxRecordset, setObjects, setOrderBy, setReturnCount, setReturnObjects, setSessionId, setStartAt
 
Methods inherited from class gov.nih.nci.caBIO.util.PermissionObject
getUserAccess, setArrayAccess, setUserAccess
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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

_scUtils

protected MAGESCUtils _scUtils
Constructor Detail

ExternalReferenceSearchCriteriaImpl

public ExternalReferenceSearchCriteriaImpl()
Method Detail

getId

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

Specified by:
getId in interface ExternalReferenceSearchCriteria
Specified by:
getId in interface ExtendableSearchCriteria
Overrides:
getId in class ExtendableSearchCriteriaImpl
Returns:
the id criterion

setId

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

Specified by:
setId in interface ExternalReferenceSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Overrides:
setId in class ExtendableSearchCriteriaImpl
Parameters:
id -

setId

public void setId(java.lang.Long id,
                  java.lang.String booleanOp)
Specified by:
setId in interface ExternalReferenceSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Overrides:
setId in class ExtendableSearchCriteriaImpl

getExportedFromServer

public java.lang.String getExportedFromServer()
Description copied from interface: ExternalReferenceSearchCriteria
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportedFromServer

Specified by:
getExportedFromServer in interface ExternalReferenceSearchCriteria
Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.search.Description.ExternalReferenceSearchCriteria#exportedFromServer

getExportedFromDB

public java.lang.String getExportedFromDB()
Description copied from interface: ExternalReferenceSearchCriteria
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportedFromDB

Specified by:
getExportedFromDB in interface ExternalReferenceSearchCriteria
Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.search.Description.ExternalReferenceSearchCriteria#exportedFromDB

getExportID

public java.lang.String getExportID()
Description copied from interface: ExternalReferenceSearchCriteria
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportID

Specified by:
getExportID in interface ExternalReferenceSearchCriteria
Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.search.Description.ExternalReferenceSearchCriteria#exportID

getExportName

public java.lang.String getExportName()
Description copied from interface: ExternalReferenceSearchCriteria
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportName

Specified by:
getExportName in interface ExternalReferenceSearchCriteria
Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.search.Description.ExternalReferenceSearchCriteria#exportName

setExportedFromServer

public void setExportedFromServer(java.lang.String exportedFromServer)
Description copied from interface: ExternalReferenceSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportedFromServer

Specified by:
setExportedFromServer in interface ExternalReferenceSearchCriteria
See Also:
gov.nih.nci.mageom.search.Description.ExternalReferenceSearchCriteria#exportedFromServer

setExportedFromServer

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

Specified by:
setExportedFromServer in interface ExternalReferenceSearchCriteria
See Also:
gov.nih.nci.mageom.search.Description.ExternalReferenceSearchCriteria#exportedFromServer

setExportedFromDB

public void setExportedFromDB(java.lang.String exportedFromDB)
Description copied from interface: ExternalReferenceSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportedFromDB

Specified by:
setExportedFromDB in interface ExternalReferenceSearchCriteria
See Also:
gov.nih.nci.mageom.search.Description.ExternalReferenceSearchCriteria#exportedFromDB

setExportedFromDB

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

Specified by:
setExportedFromDB in interface ExternalReferenceSearchCriteria
See Also:
gov.nih.nci.mageom.search.Description.ExternalReferenceSearchCriteria#exportedFromDB

setExportID

public void setExportID(java.lang.String exportID)
Description copied from interface: ExternalReferenceSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportID

Specified by:
setExportID in interface ExternalReferenceSearchCriteria
See Also:
gov.nih.nci.mageom.search.Description.ExternalReferenceSearchCriteria#exportID

setExportID

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

Specified by:
setExportID in interface ExternalReferenceSearchCriteria
See Also:
gov.nih.nci.mageom.search.Description.ExternalReferenceSearchCriteria#exportID

setExportName

public void setExportName(java.lang.String exportName)
Description copied from interface: ExternalReferenceSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Description.ExternalReference.exportName

Specified by:
setExportName in interface ExternalReferenceSearchCriteria
See Also:
gov.nih.nci.mageom.search.Description.ExternalReferenceSearchCriteria#exportName

setExportName

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

Specified by:
setExportName in interface ExternalReferenceSearchCriteria
See Also:
gov.nih.nci.mageom.search.Description.ExternalReferenceSearchCriteria#exportName

toString

public java.lang.String toString()
Returns a String representation of this object suitable for console display.

Overrides:
toString in class ExtendableSearchCriteriaImpl
Returns:
the String representation.