|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ZoneSearchCriteria
Represents a query for Zone objects.
| Field Summary | |
|---|---|
static java.lang.String |
COLUMN_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.column. |
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.id. |
static java.lang.String |
LOWERRIGHTX_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.lowerRightX. |
static java.lang.String |
LOWERRIGHTY_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.lowerRightY. |
static java.lang.String |
ROW_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.row. |
static java.lang.String |
UPPERLEFTX_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.upperLeftX. |
static java.lang.String |
UPPERLEFTY_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.upperLeftY. |
| 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.Integer |
getColumn()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.column |
java.lang.Long |
getId()
Returns the value of the id criterion. |
java.lang.Float |
getLowerRightX()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.lowerRightX |
java.lang.Float |
getLowerRightY()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.lowerRightY |
java.lang.Integer |
getRow()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.row |
java.lang.Float |
getUpperLeftX()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.upperLeftX |
java.lang.Float |
getUpperLeftY()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.upperLeftY |
void |
setColumn(java.lang.Integer column)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.column |
void |
setColumn(java.lang.Integer column,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.column |
void |
setId(java.lang.Long id)
Sets the value of the id criterion. |
void |
setId(java.lang.Long id,
java.lang.String booleanOp)
|
void |
setLowerRightX(java.lang.Float lowerRightX)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.lowerRightX |
void |
setLowerRightX(java.lang.Float lowerRightX,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.lowerRightX |
void |
setLowerRightY(java.lang.Float lowerRightY)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.lowerRightY |
void |
setLowerRightY(java.lang.Float lowerRightY,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.lowerRightY |
void |
setRow(java.lang.Integer row)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.row |
void |
setRow(java.lang.Integer row,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.row |
void |
setUpperLeftX(java.lang.Float upperLeftX)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.upperLeftX |
void |
setUpperLeftX(java.lang.Float upperLeftX,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.upperLeftX |
void |
setUpperLeftY(java.lang.Float upperLeftY)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.upperLeftY |
void |
setUpperLeftY(java.lang.Float upperLeftY,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.upperLeftY |
| 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.Zone#id,
Constant Field Valuesstatic final java.lang.String ROW_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.Zone#row,
Constant Field Valuesstatic final java.lang.String COLUMN_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.Zone#column,
Constant Field Valuesstatic final java.lang.String UPPERLEFTX_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.Zone#upperLeftX,
Constant Field Valuesstatic final java.lang.String UPPERLEFTY_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.Zone#upperLeftY,
Constant Field Valuesstatic final java.lang.String LOWERRIGHTX_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.Zone#lowerRightX,
Constant Field Valuesstatic final java.lang.String LOWERRIGHTY_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.Zone#lowerRightY,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface DescribableSearchCriteriagetId in interface ExtendableSearchCriteriagetId in interface IdentifiableSearchCriteriavoid setId(java.lang.Long id)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriajava.lang.Integer getRow()
gov.nih.nci.mageom.domain.ArrayDesign.Zone#rowjava.lang.Integer getColumn()
gov.nih.nci.mageom.domain.ArrayDesign.Zone#columnjava.lang.Float getUpperLeftX()
gov.nih.nci.mageom.domain.ArrayDesign.Zone#upperLeftXjava.lang.Float getUpperLeftY()
gov.nih.nci.mageom.domain.ArrayDesign.Zone#upperLeftYjava.lang.Float getLowerRightX()
gov.nih.nci.mageom.domain.ArrayDesign.Zone#lowerRightXjava.lang.Float getLowerRightY()
gov.nih.nci.mageom.domain.ArrayDesign.Zone#lowerRightYvoid setRow(java.lang.Integer row)
row - gov.nih.nci.mageom.domain.ArrayDesign.Zone#row
void setRow(java.lang.Integer row,
java.lang.String booleanOp)
row - 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.Zone#rowvoid setColumn(java.lang.Integer column)
column - gov.nih.nci.mageom.domain.ArrayDesign.Zone#column
void setColumn(java.lang.Integer column,
java.lang.String booleanOp)
column - 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.Zone#columnvoid setUpperLeftX(java.lang.Float upperLeftX)
upperLeftX - gov.nih.nci.mageom.domain.ArrayDesign.Zone#upperLeftX
void setUpperLeftX(java.lang.Float upperLeftX,
java.lang.String booleanOp)
upperLeftX - 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.Zone#upperLeftXvoid setUpperLeftY(java.lang.Float upperLeftY)
upperLeftY - gov.nih.nci.mageom.domain.ArrayDesign.Zone#upperLeftY
void setUpperLeftY(java.lang.Float upperLeftY,
java.lang.String booleanOp)
upperLeftY - 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.Zone#upperLeftYvoid setLowerRightX(java.lang.Float lowerRightX)
lowerRightX - gov.nih.nci.mageom.domain.ArrayDesign.Zone#lowerRightX
void setLowerRightX(java.lang.Float lowerRightX,
java.lang.String booleanOp)
lowerRightX - 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.Zone#lowerRightXvoid setLowerRightY(java.lang.Float lowerRightY)
lowerRightY - gov.nih.nci.mageom.domain.ArrayDesign.Zone#lowerRightY
void setLowerRightY(java.lang.Float lowerRightY,
java.lang.String booleanOp)
lowerRightY - 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.Zone#lowerRightY
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||