|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PositionDeltaSearchCriteria
Represents a query for PositionDelta objects.
| 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 |
|---|
static final java.lang.String ID_ATTRIBUTE
gov.nih.nci.mageom.domain.Array.PositionDelta#id,
Constant Field Valuesstatic final java.lang.String DELTAX_ATTRIBUTE
gov.nih.nci.mageom.domain.Array.PositionDelta#deltaX,
Constant Field Valuesstatic final java.lang.String DELTAY_ATTRIBUTE
gov.nih.nci.mageom.domain.Array.PositionDelta#deltaY,
Constant Field Valuesstatic final java.lang.String DISTANCEUNITID_ATTRIBUTE
gov.nih.nci.mageom.domain.Measurement.DistanceUnit#id,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface ExtendableSearchCriteriavoid setId(java.lang.Long id)
setId in interface ExtendableSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface ExtendableSearchCriteriajava.lang.Float getDeltaX()
gov.nih.nci.mageom.domain.Array.PositionDelta#deltaXjava.lang.Float getDeltaY()
gov.nih.nci.mageom.domain.Array.PositionDelta#deltaYjava.lang.Long getDistanceUnitId()
gov.nih.nci.mageom.domain.Measurement.DistanceUnit#idvoid setDeltaX(java.lang.Float deltaX)
deltaX - gov.nih.nci.mageom.domain.Array.PositionDelta#deltaX
void setDeltaX(java.lang.Float deltaX,
java.lang.String booleanOp)
deltaX - the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.Array.PositionDelta#deltaXvoid setDeltaY(java.lang.Float deltaY)
deltaY - gov.nih.nci.mageom.domain.Array.PositionDelta#deltaY
void setDeltaY(java.lang.Float deltaY,
java.lang.String booleanOp)
deltaY - the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.Array.PositionDelta#deltaYvoid setDistanceUnitCriteria(DistanceUnitSearchCriteria criteria)
gov.nih.nci.mageom.search.Measurement.DistanceUnitSearchCriteria - the SearchCriteria to be nestedDistanceUnitSearchCriteria
void setDistanceUnitCriteria(DistanceUnitSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.Measurement.DistanceUnitSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORDistanceUnitSearchCriteriavoid setDistanceUnitId(java.lang.Long distanceUnitId)
distanceUnitId - gov.nih.nci.mageom.domain.Measurement.DistanceUnit#id
void setDistanceUnitId(java.lang.Long distanceUnitId,
java.lang.String booleanOp)
distanceUnitId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.Measurement.DistanceUnit#id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||