|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BioAssayDatumSearchCriteria
Represents a query for BioAssayDatum objects.
| 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 |
|---|
static final java.lang.String DESIGNELEMENTID_ATTRIBUTE
gov.nih.nci.mageom.domain.DesignElement.DesignElement#id,
Constant Field Valuesstatic final java.lang.String QUANTITATIONTYPEID_ATTRIBUTE
gov.nih.nci.mageom.domain.QuantitationType.QuantitationType#id,
Constant Field Valuesstatic final java.lang.String BIOASSAYID_ATTRIBUTE
gov.nih.nci.mageom.domain.BioAssay.BioAssay#id,
Constant Field Values| Method Detail |
|---|
java.lang.Long getDesignElementId()
gov.nih.nci.mageom.domain.DesignElement.DesignElement#idjava.lang.Long getQuantitationTypeId()
gov.nih.nci.mageom.domain.QuantitationType.QuantitationType#idjava.lang.Long getBioAssayId()
gov.nih.nci.mageom.domain.BioAssay.BioAssay#idvoid setDesignElementCriteria(DesignElementSearchCriteria criteria)
gov.nih.nci.mageom.search.DesignElement.DesignElementSearchCriteria - the SearchCriteria to be nestedDesignElementSearchCriteria
void setDesignElementCriteria(DesignElementSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.DesignElement.DesignElementSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORDesignElementSearchCriteriavoid setDesignElementId(java.lang.Long designElementId)
designElementId - gov.nih.nci.mageom.domain.DesignElement.DesignElement#id
void setDesignElementId(java.lang.Long designElementId,
java.lang.String booleanOp)
designElementId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.DesignElement.DesignElement#idvoid setQuantitationTypeCriteria(QuantitationTypeSearchCriteria criteria)
gov.nih.nci.mageom.search.QuantitationType.QuantitationTypeSearchCriteria - the SearchCriteria to be nestedQuantitationTypeSearchCriteria
void setQuantitationTypeCriteria(QuantitationTypeSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.QuantitationType.QuantitationTypeSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORQuantitationTypeSearchCriteriavoid setQuantitationTypeId(java.lang.Long quantitationTypeId)
quantitationTypeId - gov.nih.nci.mageom.domain.QuantitationType.QuantitationType#id
void setQuantitationTypeId(java.lang.Long quantitationTypeId,
java.lang.String booleanOp)
quantitationTypeId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.QuantitationType.QuantitationType#idvoid setBioAssayCriteria(BioAssaySearchCriteria criteria)
gov.nih.nci.mageom.search.BioAssay.BioAssaySearchCriteria - the SearchCriteria to be nestedBioAssaySearchCriteria
void setBioAssayCriteria(BioAssaySearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.BioAssay.BioAssaySearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORBioAssaySearchCriteriavoid setBioAssayId(java.lang.Long bioAssayId)
bioAssayId - gov.nih.nci.mageom.domain.BioAssay.BioAssay#id
void setBioAssayId(java.lang.Long bioAssayId,
java.lang.String booleanOp)
bioAssayId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.BioAssay.BioAssay#id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||