|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ZoneLayoutSearchCriteria
Represents a query for ZoneLayout objects.
| Field Summary | |
|---|---|
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout.id. |
static java.lang.String |
NUMFEATURESPERCOL_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout.numFeaturesPerCol. |
static java.lang.String |
NUMFEATURESPERROW_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout.numFeaturesPerRow. |
static java.lang.String |
SPACINGBETWEENCOLS_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout.spacingBetweenCols. |
static java.lang.String |
SPACINGBETWEENROWS_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout.spacingBetweenRows. |
| Method Summary | |
|---|---|
java.lang.Long |
getId()
Returns the value of the id criterion. |
java.lang.Integer |
getNumFeaturesPerCol()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout.numFeaturesPerCol |
java.lang.Integer |
getNumFeaturesPerRow()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout.numFeaturesPerRow |
java.lang.Float |
getSpacingBetweenCols()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout.spacingBetweenCols |
java.lang.Float |
getSpacingBetweenRows()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout.spacingBetweenRows |
void |
setId(java.lang.Long id)
Sets the value of the id criterion. |
void |
setId(java.lang.Long id,
java.lang.String booleanOp)
|
void |
setNumFeaturesPerCol(java.lang.Integer numFeaturesPerCol)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout.numFeaturesPerCol |
void |
setNumFeaturesPerCol(java.lang.Integer numFeaturesPerCol,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout.numFeaturesPerCol |
void |
setNumFeaturesPerRow(java.lang.Integer numFeaturesPerRow)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout.numFeaturesPerRow |
void |
setNumFeaturesPerRow(java.lang.Integer numFeaturesPerRow,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout.numFeaturesPerRow |
void |
setSpacingBetweenCols(java.lang.Float spacingBetweenCols)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout.spacingBetweenCols |
void |
setSpacingBetweenCols(java.lang.Float spacingBetweenCols,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout.spacingBetweenCols |
void |
setSpacingBetweenRows(java.lang.Float spacingBetweenRows)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout.spacingBetweenRows |
void |
setSpacingBetweenRows(java.lang.Float spacingBetweenRows,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout.spacingBetweenRows |
| 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.ZoneLayout#id,
Constant Field Valuesstatic final java.lang.String NUMFEATURESPERROW_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout#numFeaturesPerRow,
Constant Field Valuesstatic final java.lang.String NUMFEATURESPERCOL_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout#numFeaturesPerCol,
Constant Field Valuesstatic final java.lang.String SPACINGBETWEENROWS_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout#spacingBetweenRows,
Constant Field Valuesstatic final java.lang.String SPACINGBETWEENCOLS_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout#spacingBetweenCols,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface ExtendableSearchCriteriavoid setId(java.lang.Long id)
setId in interface ExtendableSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface ExtendableSearchCriteriajava.lang.Integer getNumFeaturesPerRow()
gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout#numFeaturesPerRowjava.lang.Integer getNumFeaturesPerCol()
gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout#numFeaturesPerColjava.lang.Float getSpacingBetweenRows()
gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout#spacingBetweenRowsjava.lang.Float getSpacingBetweenCols()
gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout#spacingBetweenColsvoid setNumFeaturesPerRow(java.lang.Integer numFeaturesPerRow)
numFeaturesPerRow - gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout#numFeaturesPerRow
void setNumFeaturesPerRow(java.lang.Integer numFeaturesPerRow,
java.lang.String booleanOp)
numFeaturesPerRow - 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.ZoneLayout#numFeaturesPerRowvoid setNumFeaturesPerCol(java.lang.Integer numFeaturesPerCol)
numFeaturesPerCol - gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout#numFeaturesPerCol
void setNumFeaturesPerCol(java.lang.Integer numFeaturesPerCol,
java.lang.String booleanOp)
numFeaturesPerCol - 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.ZoneLayout#numFeaturesPerColvoid setSpacingBetweenRows(java.lang.Float spacingBetweenRows)
spacingBetweenRows - gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout#spacingBetweenRows
void setSpacingBetweenRows(java.lang.Float spacingBetweenRows,
java.lang.String booleanOp)
spacingBetweenRows - 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.ZoneLayout#spacingBetweenRowsvoid setSpacingBetweenCols(java.lang.Float spacingBetweenCols)
spacingBetweenCols - gov.nih.nci.mageom.domain.ArrayDesign.ZoneLayout#spacingBetweenCols
void setSpacingBetweenCols(java.lang.Float spacingBetweenCols,
java.lang.String booleanOp)
spacingBetweenCols - 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.ZoneLayout#spacingBetweenCols
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||