|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FeatureLocationSearchCriteria
Represents a query for FeatureLocation objects.
| Field Summary | |
|---|---|
static java.lang.String |
COLUMN_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.column. |
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.id. |
static java.lang.String |
ROW_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.row. |
| Method Summary | |
|---|---|
java.lang.Integer |
getColumn()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.column |
java.lang.Long |
getId()
Returns the value of the id criterion. |
java.lang.Integer |
getRow()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.row |
void |
setColumn(java.lang.Integer column)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.column |
void |
setColumn(java.lang.Integer column,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.column |
void |
setId(java.lang.Long id)
Sets the value of the id criterion. |
void |
setId(java.lang.Long id,
java.lang.String booleanOp)
|
void |
setRow(java.lang.Integer row)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.row |
void |
setRow(java.lang.Integer row,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.row |
| 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.FeatureLocation#id,
Constant Field Valuesstatic final java.lang.String ROW_ATTRIBUTE
gov.nih.nci.mageom.domain.DesignElement.FeatureLocation#row,
Constant Field Valuesstatic final java.lang.String COLUMN_ATTRIBUTE
gov.nih.nci.mageom.domain.DesignElement.FeatureLocation#column,
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.Integer getRow()
gov.nih.nci.mageom.domain.DesignElement.FeatureLocation#rowjava.lang.Integer getColumn()
gov.nih.nci.mageom.domain.DesignElement.FeatureLocation#columnvoid setRow(java.lang.Integer row)
row - gov.nih.nci.mageom.domain.DesignElement.FeatureLocation#row
void setRow(java.lang.Integer row,
java.lang.String booleanOp)
row - 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.FeatureLocation#rowvoid setColumn(java.lang.Integer column)
column - gov.nih.nci.mageom.domain.DesignElement.FeatureLocation#column
void setColumn(java.lang.Integer column,
java.lang.String booleanOp)
column - 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.FeatureLocation#column
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||