gov.nih.nci.mageom.search.Array
Interface PositionDeltaSearchCriteria

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

public interface PositionDeltaSearchCriteria
extends ExtendableSearchCriteria, Searchable

Represents a query for PositionDelta objects.

Version:
%I%, %G%

Field Summary
static java.lang.String DELTAX_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaX.
static java.lang.String DELTAY_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaY.
static java.lang.String DISTANCEUNITID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.DistanceUnit.id.
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.id.
 
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)
           
 
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.Array.PositionDelta.id.

See Also:
gov.nih.nci.mageom.domain.Array.PositionDelta#id, Constant Field Values

DELTAX_ATTRIBUTE

static final java.lang.String DELTAX_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaX.

See Also:
gov.nih.nci.mageom.domain.Array.PositionDelta#deltaX, Constant Field Values

DELTAY_ATTRIBUTE

static final java.lang.String DELTAY_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaY.

See Also:
gov.nih.nci.mageom.domain.Array.PositionDelta#deltaY, Constant Field Values

DISTANCEUNITID_ATTRIBUTE

static final java.lang.String DISTANCEUNITID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.DistanceUnit.id.

See Also:
gov.nih.nci.mageom.domain.Measurement.DistanceUnit#id, 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

getDeltaX

java.lang.Float getDeltaX()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaX

Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.domain.Array.PositionDelta#deltaX

getDeltaY

java.lang.Float getDeltaY()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaY

Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.domain.Array.PositionDelta#deltaY

getDistanceUnitId

java.lang.Long getDistanceUnitId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.DistanceUnit.id

Returns:
the java.lang.Long criterion value.
See Also:
gov.nih.nci.mageom.domain.Measurement.DistanceUnit#id

setDeltaX

void setDeltaX(java.lang.Float deltaX)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaX

Parameters:
deltaX -
See Also:
gov.nih.nci.mageom.domain.Array.PositionDelta#deltaX

setDeltaX

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

Parameters:
deltaX - 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.Array.PositionDelta#deltaX

setDeltaY

void setDeltaY(java.lang.Float deltaY)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.PositionDelta.deltaY

Parameters:
deltaY -
See Also:
gov.nih.nci.mageom.domain.Array.PositionDelta#deltaY

setDeltaY

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

Parameters:
deltaY - 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.Array.PositionDelta#deltaY

setDistanceUnitCriteria

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.

Parameters:
gov.nih.nci.mageom.search.Measurement.DistanceUnitSearchCriteria - the SearchCriteria to be nested
See Also:
DistanceUnitSearchCriteria

setDistanceUnitCriteria

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.

Parameters:
gov.nih.nci.mageom.search.Measurement.DistanceUnitSearchCriteria - the SearchCriteria to be nested
String - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
DistanceUnitSearchCriteria

setDistanceUnitId

void setDistanceUnitId(java.lang.Long distanceUnitId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Measurement.DistanceUnit.id

Parameters:
distanceUnitId -
See Also:
gov.nih.nci.mageom.domain.Measurement.DistanceUnit#id

setDistanceUnitId

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

Parameters:
distanceUnitId -
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.Measurement.DistanceUnit#id