gov.nih.nci.mageom.search.ArrayDesign
Interface ZoneSearchCriteria

All Superinterfaces:
DescribableSearchCriteria, ExtendableSearchCriteria, IdentifiableSearchCriteria, Searchable, SessionObject
All Known Implementing Classes:
ZoneSearchCriteriaImpl

public interface ZoneSearchCriteria
extends IdentifiableSearchCriteria, Searchable

Represents a query for Zone objects.

Version:
%I%, %G%

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

ID_ATTRIBUTE

static final java.lang.String ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.id.

See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#id, Constant Field Values

ROW_ATTRIBUTE

static final java.lang.String ROW_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.row.

See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#row, Constant Field Values

COLUMN_ATTRIBUTE

static final java.lang.String COLUMN_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.column.

See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#column, Constant Field Values

UPPERLEFTX_ATTRIBUTE

static final java.lang.String UPPERLEFTX_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.upperLeftX.

See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#upperLeftX, Constant Field Values

UPPERLEFTY_ATTRIBUTE

static final java.lang.String UPPERLEFTY_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.upperLeftY.

See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#upperLeftY, Constant Field Values

LOWERRIGHTX_ATTRIBUTE

static final java.lang.String LOWERRIGHTX_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.lowerRightX.

See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#lowerRightX, Constant Field Values

LOWERRIGHTY_ATTRIBUTE

static final java.lang.String LOWERRIGHTY_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.lowerRightY.

See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#lowerRightY, 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 IdentifiableSearchCriteria
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 IdentifiableSearchCriteria
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 IdentifiableSearchCriteria

getRow

java.lang.Integer getRow()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.row

Returns:
the java.lang.Integer criterion value.
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#row

getColumn

java.lang.Integer getColumn()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.column

Returns:
the java.lang.Integer criterion value.
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#column

getUpperLeftX

java.lang.Float getUpperLeftX()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.upperLeftX

Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#upperLeftX

getUpperLeftY

java.lang.Float getUpperLeftY()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.upperLeftY

Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#upperLeftY

getLowerRightX

java.lang.Float getLowerRightX()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.lowerRightX

Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#lowerRightX

getLowerRightY

java.lang.Float getLowerRightY()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.lowerRightY

Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#lowerRightY

setRow

void setRow(java.lang.Integer row)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.row

Parameters:
row -
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#row

setRow

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

Parameters:
row - the criterion value
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#row

setColumn

void setColumn(java.lang.Integer column)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.column

Parameters:
column -
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#column

setColumn

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

Parameters:
column - the criterion value
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#column

setUpperLeftX

void setUpperLeftX(java.lang.Float upperLeftX)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.upperLeftX

Parameters:
upperLeftX -
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#upperLeftX

setUpperLeftX

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

Parameters:
upperLeftX - the criterion value
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#upperLeftX

setUpperLeftY

void setUpperLeftY(java.lang.Float upperLeftY)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.upperLeftY

Parameters:
upperLeftY -
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#upperLeftY

setUpperLeftY

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

Parameters:
upperLeftY - the criterion value
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#upperLeftY

setLowerRightX

void setLowerRightX(java.lang.Float lowerRightX)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.lowerRightX

Parameters:
lowerRightX -
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#lowerRightX

setLowerRightX

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

Parameters:
lowerRightX - the criterion value
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#lowerRightX

setLowerRightY

void setLowerRightY(java.lang.Float lowerRightY)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.lowerRightY

Parameters:
lowerRightY -
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#lowerRightY

setLowerRightY

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

Parameters:
lowerRightY - the criterion value
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#lowerRightY