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

All Superinterfaces:
Searchable
All Known Implementing Classes:
BioAssayDatumSearchCriteriaImpl

public interface BioAssayDatumSearchCriteria
extends Searchable

Represents a query for BioAssayDatum objects.

Version:
%I%, %G%

Field Summary
static java.lang.String BIOASSAYID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssay.BioAssay.id.
static java.lang.String DESIGNELEMENTID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.DesignElement.id.
static java.lang.String QUANTITATIONTYPEID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.QuantitationType.QuantitationType.id.
 
Method Summary
 java.lang.Long getBioAssayId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssay.BioAssay.id
 java.lang.Long getDesignElementId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.DesignElement.id
 java.lang.Long getQuantitationTypeId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.QuantitationType.QuantitationType.id
 void setBioAssayCriteria(BioAssaySearchCriteria criteria)
          Constrains the search for BioAssayDatum objects to those associated with BioAssay objects by the association and selected by the given BioAssaySearchCriteria.
 void setBioAssayCriteria(BioAssaySearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for BioAssayDatum objects to those associated with BioAssay objects by the association and selected by the given BioAssaySearchCriteria.
 void setBioAssayId(java.lang.Long bioAssayId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssay.BioAssay.id
 void setBioAssayId(java.lang.Long bioAssayId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssay.BioAssay.id
 void setDesignElementCriteria(DesignElementSearchCriteria criteria)
          Constrains the search for BioAssayDatum objects to those associated with DesignElement objects by the association and selected by the given DesignElementSearchCriteria.
 void setDesignElementCriteria(DesignElementSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for BioAssayDatum objects to those associated with DesignElement objects by the association and selected by the given DesignElementSearchCriteria.
 void setDesignElementId(java.lang.Long designElementId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.DesignElement.id
 void setDesignElementId(java.lang.Long designElementId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.DesignElement.id
 void setQuantitationTypeCriteria(QuantitationTypeSearchCriteria criteria)
          Constrains the search for BioAssayDatum objects to those associated with QuantitationType objects by the association and selected by the given QuantitationTypeSearchCriteria.
 void setQuantitationTypeCriteria(QuantitationTypeSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for BioAssayDatum objects to those associated with QuantitationType objects by the association and selected by the given QuantitationTypeSearchCriteria.
 void setQuantitationTypeId(java.lang.Long quantitationTypeId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.QuantitationType.QuantitationType.id
 void setQuantitationTypeId(java.lang.Long quantitationTypeId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.QuantitationType.QuantitationType.id
 
Methods inherited from interface gov.nih.nci.common.search.Searchable
getMaxRecordset, getOrderBy, getReturnCount, getReturnObjects, putCriterion, putCriterion, search, setMaxRecordset, setOrderBy, setReturnCount, setReturnObjects
 

Field Detail

DESIGNELEMENTID_ATTRIBUTE

static final java.lang.String DESIGNELEMENTID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.DesignElement.id.

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

QUANTITATIONTYPEID_ATTRIBUTE

static final java.lang.String QUANTITATIONTYPEID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.QuantitationType.QuantitationType.id.

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

BIOASSAYID_ATTRIBUTE

static final java.lang.String BIOASSAYID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssay.BioAssay.id.

See Also:
gov.nih.nci.mageom.domain.BioAssay.BioAssay#id, Constant Field Values
Method Detail

getDesignElementId

java.lang.Long getDesignElementId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.DesignElement.id

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

getQuantitationTypeId

java.lang.Long getQuantitationTypeId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.QuantitationType.QuantitationType.id

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

getBioAssayId

java.lang.Long getBioAssayId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssay.BioAssay.id

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

setDesignElementCriteria

void setDesignElementCriteria(DesignElementSearchCriteria criteria)
Constrains the search for BioAssayDatum objects to those associated with DesignElement objects by the association and selected by the given DesignElementSearchCriteria.

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

setDesignElementCriteria

void setDesignElementCriteria(DesignElementSearchCriteria criteria,
                              java.lang.String booleanOp)
Constrains the search for BioAssayDatum objects to those associated with DesignElement objects by the association and selected by the given DesignElementSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.DesignElement.DesignElementSearchCriteria - 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:
DesignElementSearchCriteria

setDesignElementId

void setDesignElementId(java.lang.Long designElementId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.DesignElement.id

Parameters:
designElementId -
See Also:
gov.nih.nci.mageom.domain.DesignElement.DesignElement#id

setDesignElementId

void setDesignElementId(java.lang.Long designElementId,
                        java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.DesignElement.id

Parameters:
designElementId -
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.DesignElement.DesignElement#id

setQuantitationTypeCriteria

void setQuantitationTypeCriteria(QuantitationTypeSearchCriteria criteria)
Constrains the search for BioAssayDatum objects to those associated with QuantitationType objects by the association and selected by the given QuantitationTypeSearchCriteria.

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

setQuantitationTypeCriteria

void setQuantitationTypeCriteria(QuantitationTypeSearchCriteria criteria,
                                 java.lang.String booleanOp)
Constrains the search for BioAssayDatum objects to those associated with QuantitationType objects by the association and selected by the given QuantitationTypeSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.QuantitationType.QuantitationTypeSearchCriteria - 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:
QuantitationTypeSearchCriteria

setQuantitationTypeId

void setQuantitationTypeId(java.lang.Long quantitationTypeId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.QuantitationType.QuantitationType.id

Parameters:
quantitationTypeId -
See Also:
gov.nih.nci.mageom.domain.QuantitationType.QuantitationType#id

setQuantitationTypeId

void setQuantitationTypeId(java.lang.Long quantitationTypeId,
                           java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.QuantitationType.QuantitationType.id

Parameters:
quantitationTypeId -
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.QuantitationType.QuantitationType#id

setBioAssayCriteria

void setBioAssayCriteria(BioAssaySearchCriteria criteria)
Constrains the search for BioAssayDatum objects to those associated with BioAssay objects by the association and selected by the given BioAssaySearchCriteria.

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

setBioAssayCriteria

void setBioAssayCriteria(BioAssaySearchCriteria criteria,
                         java.lang.String booleanOp)
Constrains the search for BioAssayDatum objects to those associated with BioAssay objects by the association and selected by the given BioAssaySearchCriteria.

Parameters:
gov.nih.nci.mageom.search.BioAssay.BioAssaySearchCriteria - 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:
BioAssaySearchCriteria

setBioAssayId

void setBioAssayId(java.lang.Long bioAssayId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssay.BioAssay.id

Parameters:
bioAssayId -
See Also:
gov.nih.nci.mageom.domain.BioAssay.BioAssay#id

setBioAssayId

void setBioAssayId(java.lang.Long bioAssayId,
                   java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssay.BioAssay.id

Parameters:
bioAssayId -
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.BioAssay.BioAssay#id