gov.nih.nci.mageom.search.ArrayDesign.impl
Class ZoneGroupSearchCriteriaImpl

java.lang.Object
  extended by gov.nih.nci.caBIO.util.PermissionObject
      extended by gov.nih.nci.common.search.SearchCriteria
          extended by gov.nih.nci.mageom.search.impl.MAGEOMSearchCriteria
              extended by gov.nih.nci.mageom.search.impl.ExtendableSearchCriteriaImpl
                  extended by gov.nih.nci.mageom.search.ArrayDesign.impl.ZoneGroupSearchCriteriaImpl
All Implemented Interfaces:
Directable, Searchable, SessionObject, ZoneGroupSearchCriteria, ExtendableSearchCriteria, java.io.Serializable, java.lang.Cloneable

public class ZoneGroupSearchCriteriaImpl
extends ExtendableSearchCriteriaImpl
implements ZoneGroupSearchCriteria, java.io.Serializable

Represents a query for ZoneGroup objects.

Version:
%I%, %G%
See Also:
Serialized Form

Field Summary
protected  MAGESCUtils _scUtils
           
 
Fields inherited from class gov.nih.nci.mageom.search.impl.MAGEOMSearchCriteria
currentHandler
 
Fields inherited from class gov.nih.nci.common.search.SearchCriteria
_ands, _groups, _ors, _sessionId, criteriaCollection, fillInAllObjects, fillInObjects, myObjects, orderBy
 
Fields inherited from interface gov.nih.nci.mageom.search.ArrayDesign.ZoneGroupSearchCriteria
ID_ATTRIBUTE, SPACINGSBETWEENZONESX_ATTRIBUTE, SPACINGSBETWEENZONESY_ATTRIBUTE, ZONESPERX_ATTRIBUTE, ZONESPERY_ATTRIBUTE
 
Constructor Summary
ZoneGroupSearchCriteriaImpl()
           
 
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
 java.lang.String toString()
          Returns a String representation of this object suitable for console display.
 
Methods inherited from class gov.nih.nci.mageom.search.impl.MAGEOMSearchCriteria
defaultHandler, direct, getBeanClassName, getBeanName, getHandler, main, putCriterion, search, setHandler
 
Methods inherited from class gov.nih.nci.common.search.SearchCriteria
addCriteriaGroup, clone, equals, findCriterion, getAnds, getAvailableCriteria, getAvailableCriteria, getClassName, getCount, getCount, getCriteriaCollection, getCriteriaGroups, getCriterion, getCriterion, getCriterionValue, getFillInAllObjects, getFillInObjects, getMaxRecordset, getObjects, getOrderBy, getOrs, getReturnCount, getReturnObjects, getSearchCriteria, getSearchCriteria, getSessionId, getStartAt, hasElement, hashCode, putCriteria, putCriteria, putCriteria, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putSearchCriteria, removeCriterion, removeElement, runSearch, search, setBeanClassName, setClassName, setFillInAllObjects, setFillInObjects, setMaxRecordset, setObjects, setOrderBy, setReturnCount, setReturnObjects, setSessionId, setStartAt
 
Methods inherited from class gov.nih.nci.caBIO.util.PermissionObject
getUserAccess, setArrayAccess, setUserAccess
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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

_scUtils

protected MAGESCUtils _scUtils
Constructor Detail

ZoneGroupSearchCriteriaImpl

public ZoneGroupSearchCriteriaImpl()
Method Detail

getId

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

Specified by:
getId in interface ZoneGroupSearchCriteria
Specified by:
getId in interface ExtendableSearchCriteria
Overrides:
getId in class ExtendableSearchCriteriaImpl
Returns:
the id criterion

setId

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

Specified by:
setId in interface ZoneGroupSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Overrides:
setId in class ExtendableSearchCriteriaImpl
Parameters:
id -

setId

public void setId(java.lang.Long id,
                  java.lang.String booleanOp)
Specified by:
setId in interface ZoneGroupSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Overrides:
setId in class ExtendableSearchCriteriaImpl

getSpacingsBetweenZonesX

public java.lang.Float getSpacingsBetweenZonesX()
Description copied from interface: ZoneGroupSearchCriteria
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesX

Specified by:
getSpacingsBetweenZonesX in interface ZoneGroupSearchCriteria
Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.search.ArrayDesign.ZoneGroupSearchCriteria#spacingsBetweenZonesX

getSpacingsBetweenZonesY

public java.lang.Float getSpacingsBetweenZonesY()
Description copied from interface: ZoneGroupSearchCriteria
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesY

Specified by:
getSpacingsBetweenZonesY in interface ZoneGroupSearchCriteria
Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.search.ArrayDesign.ZoneGroupSearchCriteria#spacingsBetweenZonesY

getZonesPerX

public java.lang.Integer getZonesPerX()
Description copied from interface: ZoneGroupSearchCriteria
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerX

Specified by:
getZonesPerX in interface ZoneGroupSearchCriteria
Returns:
the java.lang.Integer criterion value.
See Also:
gov.nih.nci.mageom.search.ArrayDesign.ZoneGroupSearchCriteria#zonesPerX

getZonesPerY

public java.lang.Integer getZonesPerY()
Description copied from interface: ZoneGroupSearchCriteria
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerY

Specified by:
getZonesPerY in interface ZoneGroupSearchCriteria
Returns:
the java.lang.Integer criterion value.
See Also:
gov.nih.nci.mageom.search.ArrayDesign.ZoneGroupSearchCriteria#zonesPerY

setSpacingsBetweenZonesX

public void setSpacingsBetweenZonesX(java.lang.Float spacingsBetweenZonesX)
Description copied from interface: ZoneGroupSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesX

Specified by:
setSpacingsBetweenZonesX in interface ZoneGroupSearchCriteria
See Also:
gov.nih.nci.mageom.search.ArrayDesign.ZoneGroupSearchCriteria#spacingsBetweenZonesX

setSpacingsBetweenZonesX

public void setSpacingsBetweenZonesX(java.lang.Float spacingsBetweenZonesX,
                                     java.lang.String booleanOp)
Description copied from interface: ZoneGroupSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesX

Specified by:
setSpacingsBetweenZonesX in interface ZoneGroupSearchCriteria
Parameters:
spacingsBetweenZonesX - the criterion value
See Also:
gov.nih.nci.mageom.search.ArrayDesign.ZoneGroupSearchCriteria#spacingsBetweenZonesX

setSpacingsBetweenZonesY

public void setSpacingsBetweenZonesY(java.lang.Float spacingsBetweenZonesY)
Description copied from interface: ZoneGroupSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesY

Specified by:
setSpacingsBetweenZonesY in interface ZoneGroupSearchCriteria
See Also:
gov.nih.nci.mageom.search.ArrayDesign.ZoneGroupSearchCriteria#spacingsBetweenZonesY

setSpacingsBetweenZonesY

public void setSpacingsBetweenZonesY(java.lang.Float spacingsBetweenZonesY,
                                     java.lang.String booleanOp)
Description copied from interface: ZoneGroupSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.spacingsBetweenZonesY

Specified by:
setSpacingsBetweenZonesY in interface ZoneGroupSearchCriteria
Parameters:
spacingsBetweenZonesY - the criterion value
See Also:
gov.nih.nci.mageom.search.ArrayDesign.ZoneGroupSearchCriteria#spacingsBetweenZonesY

setZonesPerX

public void setZonesPerX(java.lang.Integer zonesPerX)
Description copied from interface: ZoneGroupSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerX

Specified by:
setZonesPerX in interface ZoneGroupSearchCriteria
See Also:
gov.nih.nci.mageom.search.ArrayDesign.ZoneGroupSearchCriteria#zonesPerX

setZonesPerX

public void setZonesPerX(java.lang.Integer zonesPerX,
                         java.lang.String booleanOp)
Description copied from interface: ZoneGroupSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerX

Specified by:
setZonesPerX in interface ZoneGroupSearchCriteria
Parameters:
zonesPerX - the criterion value
See Also:
gov.nih.nci.mageom.search.ArrayDesign.ZoneGroupSearchCriteria#zonesPerX

setZonesPerY

public void setZonesPerY(java.lang.Integer zonesPerY)
Description copied from interface: ZoneGroupSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerY

Specified by:
setZonesPerY in interface ZoneGroupSearchCriteria
See Also:
gov.nih.nci.mageom.search.ArrayDesign.ZoneGroupSearchCriteria#zonesPerY

setZonesPerY

public void setZonesPerY(java.lang.Integer zonesPerY,
                         java.lang.String booleanOp)
Description copied from interface: ZoneGroupSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ZoneGroup.zonesPerY

Specified by:
setZonesPerY in interface ZoneGroupSearchCriteria
Parameters:
zonesPerY - the criterion value
See Also:
gov.nih.nci.mageom.search.ArrayDesign.ZoneGroupSearchCriteria#zonesPerY

toString

public java.lang.String toString()
Returns a String representation of this object suitable for console display.

Overrides:
toString in class ExtendableSearchCriteriaImpl
Returns:
the String representation.