gov.nih.nci.mageom.search.Array
Interface ManufactureLIMSBiomaterialSearchCriteria

All Superinterfaces:
DescribableSearchCriteria, ExtendableSearchCriteria, ManufactureLIMSSearchCriteria, Searchable, SessionObject
All Known Implementing Classes:
ManufactureLIMSBiomaterialSearchCriteriaImpl

public interface ManufactureLIMSBiomaterialSearchCriteria
extends ManufactureLIMSSearchCriteria, Searchable

Represents a query for ManufactureLIMSBiomaterial objects.

Version:
%I%, %G%

Field Summary
static java.lang.String BIOMATERIALPLATECOL_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateCol.
static java.lang.String BIOMATERIALPLATEIDENTIFIER_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateIdentifier.
static java.lang.String BIOMATERIALPLATEROW_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateRow.
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.id.
 
Fields inherited from interface gov.nih.nci.mageom.search.Array.ManufactureLIMSSearchCriteria
BIOMATERIALID_ATTRIBUTE, FEATUREID_ATTRIBUTE, QUALITY_ATTRIBUTE
 
Fields inherited from interface gov.nih.nci.mageom.search.DescribableSearchCriteria
SECURITYID_ATTRIBUTE
 
Method Summary
 java.lang.String getBioMaterialPlateCol()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateCol
 java.lang.String getBioMaterialPlateIdentifier()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateIdentifier
 java.lang.String getBioMaterialPlateRow()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateRow
 java.lang.Long getId()
          Returns the value of the id criterion.
 void setBioMaterialPlateCol(java.lang.String bioMaterialPlateCol)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateCol
 void setBioMaterialPlateCol(java.lang.String bioMaterialPlateCol, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateCol
 void setBioMaterialPlateIdentifier(java.lang.String bioMaterialPlateIdentifier)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateIdentifier
 void setBioMaterialPlateIdentifier(java.lang.String bioMaterialPlateIdentifier, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateIdentifier
 void setBioMaterialPlateRow(java.lang.String bioMaterialPlateRow)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateRow
 void setBioMaterialPlateRow(java.lang.String bioMaterialPlateRow, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateRow
 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.mageom.search.Array.ManufactureLIMSSearchCriteria
getBioMaterialId, getFeatureId, getQuality, setBioMaterialCriteria, setBioMaterialCriteria, setBioMaterialId, setBioMaterialId, setFeatureCriteria, setFeatureCriteria, setFeatureId, setFeatureId, setQuality, setQuality
 
Methods inherited from interface gov.nih.nci.mageom.search.DescribableSearchCriteria
getSecurityId, setSecurityCriteria, setSecurityCriteria, setSecurityId, setSecurityId
 
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.Array.ManufactureLIMSBiomaterial.id.

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

BIOMATERIALPLATEIDENTIFIER_ATTRIBUTE

static final java.lang.String BIOMATERIALPLATEIDENTIFIER_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateIdentifier.

See Also:
gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial#bioMaterialPlateIdentifier, Constant Field Values

BIOMATERIALPLATEROW_ATTRIBUTE

static final java.lang.String BIOMATERIALPLATEROW_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateRow.

See Also:
gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial#bioMaterialPlateRow, Constant Field Values

BIOMATERIALPLATECOL_ATTRIBUTE

static final java.lang.String BIOMATERIALPLATECOL_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateCol.

See Also:
gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial#bioMaterialPlateCol, Constant Field Values
Method Detail

getId

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

Specified by:
getId in interface DescribableSearchCriteria
Specified by:
getId in interface ExtendableSearchCriteria
Specified by:
getId in interface ManufactureLIMSSearchCriteria
Returns:
the id criterion

setId

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

Specified by:
setId in interface DescribableSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Specified by:
setId in interface ManufactureLIMSSearchCriteria
Parameters:
id -

setId

void setId(java.lang.Long id,
           java.lang.String booleanOp)
Specified by:
setId in interface DescribableSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Specified by:
setId in interface ManufactureLIMSSearchCriteria

getBioMaterialPlateIdentifier

java.lang.String getBioMaterialPlateIdentifier()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateIdentifier

Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial#bioMaterialPlateIdentifier

getBioMaterialPlateRow

java.lang.String getBioMaterialPlateRow()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateRow

Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial#bioMaterialPlateRow

getBioMaterialPlateCol

java.lang.String getBioMaterialPlateCol()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateCol

Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial#bioMaterialPlateCol

setBioMaterialPlateIdentifier

void setBioMaterialPlateIdentifier(java.lang.String bioMaterialPlateIdentifier)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateIdentifier

Parameters:
bioMaterialPlateIdentifier -
See Also:
gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial#bioMaterialPlateIdentifier

setBioMaterialPlateIdentifier

void setBioMaterialPlateIdentifier(java.lang.String bioMaterialPlateIdentifier,
                                   java.lang.String booleanOp,
                                   java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateIdentifier

Parameters:
String - bioMaterialPlateIdentifier 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.Array.ManufactureLIMSBiomaterial#bioMaterialPlateIdentifier

setBioMaterialPlateRow

void setBioMaterialPlateRow(java.lang.String bioMaterialPlateRow)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateRow

Parameters:
bioMaterialPlateRow -
See Also:
gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial#bioMaterialPlateRow

setBioMaterialPlateRow

void setBioMaterialPlateRow(java.lang.String bioMaterialPlateRow,
                            java.lang.String booleanOp,
                            java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateRow

Parameters:
String - bioMaterialPlateRow 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.Array.ManufactureLIMSBiomaterial#bioMaterialPlateRow

setBioMaterialPlateCol

void setBioMaterialPlateCol(java.lang.String bioMaterialPlateCol)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateCol

Parameters:
bioMaterialPlateCol -
See Also:
gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial#bioMaterialPlateCol

setBioMaterialPlateCol

void setBioMaterialPlateCol(java.lang.String bioMaterialPlateCol,
                            java.lang.String booleanOp,
                            java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ManufactureLIMSBiomaterial.bioMaterialPlateCol

Parameters:
String - bioMaterialPlateCol 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.Array.ManufactureLIMSBiomaterial#bioMaterialPlateCol