gov.nih.nci.mageom.search.BioAssayData
Interface BioDataValuesSearchCriteria

All Superinterfaces:
ExtendableSearchCriteria, Searchable, SessionObject
All Known Subinterfaces:
BioDataCubeSearchCriteria, BioDataTuplesSearchCriteria
All Known Implementing Classes:
BioDataCubeSearchCriteriaImpl, BioDataTuplesSearchCriteriaImpl, BioDataValuesSearchCriteriaImpl

public interface BioDataValuesSearchCriteria
extends ExtendableSearchCriteria, Searchable

Represents a query for BioDataValues objects.

Version:
%I%, %G%

Field Summary
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.BioAssayData.BioDataValues.id.
 
Method Summary
 java.lang.Long getId()
          Returns the value of the id criterion.
 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.BioAssayData.BioDataValues.id.

See Also:
gov.nih.nci.mageom.domain.BioAssayData.BioDataValues#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