gov.nih.nci.mageom.search.Array.impl
Class PositionDeltaSearchCriteriaImpl

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.Array.impl.PositionDeltaSearchCriteriaImpl
All Implemented Interfaces:
Directable, Searchable, SessionObject, PositionDeltaSearchCriteria, ExtendableSearchCriteria, java.io.Serializable, java.lang.Cloneable

public class PositionDeltaSearchCriteriaImpl
extends ExtendableSearchCriteriaImpl
implements PositionDeltaSearchCriteria, java.io.Serializable

Represents a query for PositionDelta 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.Array.PositionDeltaSearchCriteria
DELTAX_ATTRIBUTE, DELTAY_ATTRIBUTE, DISTANCEUNITID_ATTRIBUTE, ID_ATTRIBUTE
 
Constructor Summary
PositionDeltaSearchCriteriaImpl()
           
 
Method Summary
 java.lang.Float getDeltaX()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaX
 java.lang.Float getDeltaY()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaY
 java.lang.Long getDistanceUnitId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.DistanceUnit.id
 java.lang.Long getId()
          Returns the value of the id criterion.
 void setDeltaX(java.lang.Float deltaX)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaX
 void setDeltaX(java.lang.Float deltaX, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaX
 void setDeltaY(java.lang.Float deltaY)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaY
 void setDeltaY(java.lang.Float deltaY, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaY
 void setDistanceUnitCriteria(DistanceUnitSearchCriteria criteria)
          Constrains the search for PositionDelta objects to those associated with DistanceUnit objects by the association and selected by the given DistanceUnitSearchCriteria.
 void setDistanceUnitCriteria(DistanceUnitSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for PositionDelta objects to those associated with DistanceUnit objects by the association and selected by the given DistanceUnitSearchCriteria.
 void setDistanceUnitId(java.lang.Long distanceUnitId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.DistanceUnit.id
 void setDistanceUnitId(java.lang.Long distanceUnitId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.DistanceUnit.id
 void setId(java.lang.Long id)
          Sets the value of the id criterion.
 void setId(java.lang.Long id, java.lang.String booleanOp)
           
 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

PositionDeltaSearchCriteriaImpl

public PositionDeltaSearchCriteriaImpl()
Method Detail

getId

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

Specified by:
getId in interface PositionDeltaSearchCriteria
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 PositionDeltaSearchCriteria
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 PositionDeltaSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Overrides:
setId in class ExtendableSearchCriteriaImpl

getDeltaX

public java.lang.Float getDeltaX()
Description copied from interface: PositionDeltaSearchCriteria
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaX

Specified by:
getDeltaX in interface PositionDeltaSearchCriteria
Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.search.Array.PositionDeltaSearchCriteria#deltaX

getDeltaY

public java.lang.Float getDeltaY()
Description copied from interface: PositionDeltaSearchCriteria
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaY

Specified by:
getDeltaY in interface PositionDeltaSearchCriteria
Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.search.Array.PositionDeltaSearchCriteria#deltaY

getDistanceUnitId

public java.lang.Long getDistanceUnitId()
Description copied from interface: PositionDeltaSearchCriteria
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.DistanceUnit.id

Specified by:
getDistanceUnitId in interface PositionDeltaSearchCriteria
Returns:
the java.lang.Long criterion value.
See Also:
gov.nih.nci.mageom.search.Measurement.DistanceUnitSearchCriteria#id

setDeltaX

public void setDeltaX(java.lang.Float deltaX)
Description copied from interface: PositionDeltaSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaX

Specified by:
setDeltaX in interface PositionDeltaSearchCriteria
See Also:
gov.nih.nci.mageom.search.Array.PositionDeltaSearchCriteria#deltaX

setDeltaX

public void setDeltaX(java.lang.Float deltaX,
                      java.lang.String booleanOp)
Description copied from interface: PositionDeltaSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaX

Specified by:
setDeltaX in interface PositionDeltaSearchCriteria
Parameters:
deltaX - the criterion value
See Also:
gov.nih.nci.mageom.search.Array.PositionDeltaSearchCriteria#deltaX

setDeltaY

public void setDeltaY(java.lang.Float deltaY)
Description copied from interface: PositionDeltaSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaY

Specified by:
setDeltaY in interface PositionDeltaSearchCriteria
See Also:
gov.nih.nci.mageom.search.Array.PositionDeltaSearchCriteria#deltaY

setDeltaY

public void setDeltaY(java.lang.Float deltaY,
                      java.lang.String booleanOp)
Description copied from interface: PositionDeltaSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaY

Specified by:
setDeltaY in interface PositionDeltaSearchCriteria
Parameters:
deltaY - the criterion value
See Also:
gov.nih.nci.mageom.search.Array.PositionDeltaSearchCriteria#deltaY

setDistanceUnitCriteria

public void setDistanceUnitCriteria(DistanceUnitSearchCriteria criteria)
Description copied from interface: PositionDeltaSearchCriteria
Constrains the search for PositionDelta objects to those associated with DistanceUnit objects by the association and selected by the given DistanceUnitSearchCriteria.

Specified by:
setDistanceUnitCriteria in interface PositionDeltaSearchCriteria
See Also:
PositionDeltaSearchCriteria.setDistanceUnitCriteria(gov.nih.nci.mageom.search.Measurement.DistanceUnitSearchCriteria)

setDistanceUnitCriteria

public void setDistanceUnitCriteria(DistanceUnitSearchCriteria criteria,
                                    java.lang.String booleanOp)
Description copied from interface: PositionDeltaSearchCriteria
Constrains the search for PositionDelta objects to those associated with DistanceUnit objects by the association and selected by the given DistanceUnitSearchCriteria.

Specified by:
setDistanceUnitCriteria in interface PositionDeltaSearchCriteria
See Also:
PositionDeltaSearchCriteria.setDistanceUnitCriteria(gov.nih.nci.mageom.search.Measurement.DistanceUnitSearchCriteria)

setDistanceUnitId

public void setDistanceUnitId(java.lang.Long distanceUnitId)
Description copied from interface: PositionDeltaSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.DistanceUnit.id

Specified by:
setDistanceUnitId in interface PositionDeltaSearchCriteria
See Also:
gov.nih.nci.mageom.domain.Measurement.DistanceUnit#id

setDistanceUnitId

public void setDistanceUnitId(java.lang.Long distanceUnitId,
                              java.lang.String booleanOp)
Description copied from interface: PositionDeltaSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.DistanceUnit.id

Specified by:
setDistanceUnitId in interface PositionDeltaSearchCriteria
See Also:
gov.nih.nci.mageom.domain.Measurement.DistanceUnit#id

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.