|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PositionSearchCriteria
Represents a query for Position objects.
| 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 |
|---|
static final java.lang.String ID_ATTRIBUTE
gov.nih.nci.mageom.domain.DesignElement.Position#id,
Constant Field Valuesstatic final java.lang.String X_ATTRIBUTE
gov.nih.nci.mageom.domain.DesignElement.Position#x,
Constant Field Valuesstatic final java.lang.String Y_ATTRIBUTE
gov.nih.nci.mageom.domain.DesignElement.Position#y,
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 getX()
gov.nih.nci.mageom.domain.DesignElement.Position#xjava.lang.Float getY()
gov.nih.nci.mageom.domain.DesignElement.Position#yvoid setX(java.lang.Float x)
x - gov.nih.nci.mageom.domain.DesignElement.Position#x
void setX(java.lang.Float x,
java.lang.String booleanOp)
x - 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.DesignElement.Position#xvoid setY(java.lang.Float y)
y - gov.nih.nci.mageom.domain.DesignElement.Position#y
void setY(java.lang.Float y,
java.lang.String booleanOp)
y - 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.DesignElement.Position#y
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||