|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FeatureGroupSearchCriteria
Represents a query for FeatureGroup objects.
| Field Summary | |
|---|---|
static java.lang.String |
FEATUREHEIGHT_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureHeight. |
static java.lang.String |
FEATURELENGTH_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureLength. |
static java.lang.String |
FEATUREWIDTH_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureWidth. |
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.id. |
| Fields inherited from interface gov.nih.nci.mageom.search.IdentifiableSearchCriteria |
|---|
IDENTIFIER_ATTRIBUTE, NAME_ATTRIBUTE |
| Fields inherited from interface gov.nih.nci.mageom.search.DescribableSearchCriteria |
|---|
SECURITYID_ATTRIBUTE |
| Method Summary | |
|---|---|
java.lang.Float |
getFeatureHeight()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureHeight |
java.lang.Float |
getFeatureLength()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureLength |
java.lang.Float |
getFeatureWidth()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureWidth |
java.lang.Long |
getId()
Returns the value of the id criterion. |
void |
setFeatureHeight(java.lang.Float featureHeight)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureHeight |
void |
setFeatureHeight(java.lang.Float featureHeight,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureHeight |
void |
setFeatureLength(java.lang.Float featureLength)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureLength |
void |
setFeatureLength(java.lang.Float featureLength,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureLength |
void |
setFeatureWidth(java.lang.Float featureWidth)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureWidth |
void |
setFeatureWidth(java.lang.Float featureWidth,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureWidth |
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.IdentifiableSearchCriteria |
|---|
getIdentifier, getName, setIdentifier, setIdentifier, setName, setName |
| 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 |
|---|
static final java.lang.String ID_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#id,
Constant Field Valuesstatic final java.lang.String FEATUREWIDTH_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureWidth,
Constant Field Valuesstatic final java.lang.String FEATURELENGTH_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureLength,
Constant Field Valuesstatic final java.lang.String FEATUREHEIGHT_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureHeight,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface DescribableSearchCriteriagetId in interface DesignElementGroupSearchCriteriagetId in interface ExtendableSearchCriteriagetId in interface IdentifiableSearchCriteriavoid setId(java.lang.Long id)
setId in interface DescribableSearchCriteriasetId in interface DesignElementGroupSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface DescribableSearchCriteriasetId in interface DesignElementGroupSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriajava.lang.Float getFeatureWidth()
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureWidthjava.lang.Float getFeatureLength()
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureLengthjava.lang.Float getFeatureHeight()
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureHeightvoid setFeatureWidth(java.lang.Float featureWidth)
featureWidth - gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureWidth
void setFeatureWidth(java.lang.Float featureWidth,
java.lang.String booleanOp)
featureWidth - the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureWidthvoid setFeatureLength(java.lang.Float featureLength)
featureLength - gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureLength
void setFeatureLength(java.lang.Float featureLength,
java.lang.String booleanOp)
featureLength - the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureLengthvoid setFeatureHeight(java.lang.Float featureHeight)
featureHeight - gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureHeight
void setFeatureHeight(java.lang.Float featureHeight,
java.lang.String booleanOp)
featureHeight - the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureHeight
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||