gov.nih.nci.mageom.search.DesignElement
Interface PositionSearchCriteria

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

public interface PositionSearchCriteria
extends ExtendableSearchCriteria, Searchable

Represents a query for Position objects.

Version:
%I%, %G%

Field Summary
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.id.
static java.lang.String X_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.x.
static java.lang.String Y_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.y.
 
Method Summary
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.Float getX()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.x
 java.lang.Float getY()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.y
 void setId(java.lang.Long id)
          Sets the value of the id criterion.
 void setId(java.lang.Long id, java.lang.String booleanOp)
           
 void setX(java.lang.Float x)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.x
 void setX(java.lang.Float x, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.x
 void setY(java.lang.Float y)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.y
 void setY(java.lang.Float y, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.y
 
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.DesignElement.Position.id.

See Also:
gov.nih.nci.mageom.domain.DesignElement.Position#id, Constant Field Values

X_ATTRIBUTE

static final java.lang.String X_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.x.

See Also:
gov.nih.nci.mageom.domain.DesignElement.Position#x, Constant Field Values

Y_ATTRIBUTE

static final java.lang.String Y_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.y.

See Also:
gov.nih.nci.mageom.domain.DesignElement.Position#y, 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

getX

java.lang.Float getX()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.x

Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.domain.DesignElement.Position#x

getY

java.lang.Float getY()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.y

Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.domain.DesignElement.Position#y

setX

void setX(java.lang.Float x)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.x

Parameters:
x -
See Also:
gov.nih.nci.mageom.domain.DesignElement.Position#x

setX

void setX(java.lang.Float x,
          java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.x

Parameters:
x - 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.DesignElement.Position#x

setY

void setY(java.lang.Float y)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.y

Parameters:
y -
See Also:
gov.nih.nci.mageom.domain.DesignElement.Position#y

setY

void setY(java.lang.Float y,
          java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.y

Parameters:
y - 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.DesignElement.Position#y