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

All Superinterfaces:
ExtendableSearchCriteria, Searchable, SessionObject
All Known Implementing Classes:
ZoneGroupSearchCriteriaImpl

public interface ZoneGroupSearchCriteria
extends ExtendableSearchCriteria, Searchable

Represents a query for ZoneGroup objects.

Version:
%I%, %G%

Field Summary
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.id.
static java.lang.String SPACINGSBETWEENZONESX_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesX.
static java.lang.String SPACINGSBETWEENZONESY_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesY.
static java.lang.String ZONESPERX_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerX.
static java.lang.String ZONESPERY_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerY.
 
Method Summary
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.Float getSpacingsBetweenZonesX()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesX
 java.lang.Float getSpacingsBetweenZonesY()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesY
 java.lang.Integer getZonesPerX()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerX
 java.lang.Integer getZonesPerY()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerY
 void setId(java.lang.Long id)
          Sets the value of the id criterion.
 void setId(java.lang.Long id, java.lang.String booleanOp)
           
 void setSpacingsBetweenZonesX(java.lang.Float spacingsBetweenZonesX)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesX
 void setSpacingsBetweenZonesX(java.lang.Float spacingsBetweenZonesX, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesX
 void setSpacingsBetweenZonesY(java.lang.Float spacingsBetweenZonesY)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesY
 void setSpacingsBetweenZonesY(java.lang.Float spacingsBetweenZonesY, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesY
 void setZonesPerX(java.lang.Integer zonesPerX)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerX
 void setZonesPerX(java.lang.Integer zonesPerX, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerX
 void setZonesPerY(java.lang.Integer zonesPerY)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerY
 void setZonesPerY(java.lang.Integer zonesPerY, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerY
 
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.ZoneGroup.id.

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

SPACINGSBETWEENZONESX_ATTRIBUTE

static final java.lang.String SPACINGSBETWEENZONESX_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesX.

See Also:
gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup#spacingsBetweenZonesX, Constant Field Values

SPACINGSBETWEENZONESY_ATTRIBUTE

static final java.lang.String SPACINGSBETWEENZONESY_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesY.

See Also:
gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup#spacingsBetweenZonesY, Constant Field Values

ZONESPERX_ATTRIBUTE

static final java.lang.String ZONESPERX_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerX.

See Also:
gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup#zonesPerX, Constant Field Values

ZONESPERY_ATTRIBUTE

static final java.lang.String ZONESPERY_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerY.

See Also:
gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup#zonesPerY, Constant Field Values
Method Detail

getId

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

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

setId

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

Specified by:
setId in interface ExtendableSearchCriteria
Parameters:
id -

setId

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

getSpacingsBetweenZonesX

java.lang.Float getSpacingsBetweenZonesX()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesX

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

getSpacingsBetweenZonesY

java.lang.Float getSpacingsBetweenZonesY()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesY

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

getZonesPerX

java.lang.Integer getZonesPerX()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerX

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

getZonesPerY

java.lang.Integer getZonesPerY()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerY

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

setSpacingsBetweenZonesX

void setSpacingsBetweenZonesX(java.lang.Float spacingsBetweenZonesX)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesX

Parameters:
spacingsBetweenZonesX -
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup#spacingsBetweenZonesX

setSpacingsBetweenZonesX

void setSpacingsBetweenZonesX(java.lang.Float spacingsBetweenZonesX,
                              java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesX

Parameters:
spacingsBetweenZonesX - 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.ZoneGroup#spacingsBetweenZonesX

setSpacingsBetweenZonesY

void setSpacingsBetweenZonesY(java.lang.Float spacingsBetweenZonesY)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesY

Parameters:
spacingsBetweenZonesY -
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup#spacingsBetweenZonesY

setSpacingsBetweenZonesY

void setSpacingsBetweenZonesY(java.lang.Float spacingsBetweenZonesY,
                              java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesY

Parameters:
spacingsBetweenZonesY - 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.ZoneGroup#spacingsBetweenZonesY

setZonesPerX

void setZonesPerX(java.lang.Integer zonesPerX)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerX

Parameters:
zonesPerX -
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup#zonesPerX

setZonesPerX

void setZonesPerX(java.lang.Integer zonesPerX,
                  java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerX

Parameters:
zonesPerX - 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.ZoneGroup#zonesPerX

setZonesPerY

void setZonesPerY(java.lang.Integer zonesPerY)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerY

Parameters:
zonesPerY -
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup#zonesPerY

setZonesPerY

void setZonesPerY(java.lang.Integer zonesPerY,
                  java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerY

Parameters:
zonesPerY - 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.ZoneGroup#zonesPerY