gov.nih.nci.mageom.search.DesignElement
Interface FeatureInformationSearchCriteria
- All Superinterfaces:
- ExtendableSearchCriteria, Searchable, SessionObject
- All Known Implementing Classes:
- FeatureInformationSearchCriteriaImpl
public interface FeatureInformationSearchCriteria
- extends ExtendableSearchCriteria, Searchable
Represents a query for FeatureInformation 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.FeatureInformation.id. |
|
Method Summary |
java.lang.Long |
getId()
Returns the value of the id criterion. |
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 |
ID_ATTRIBUTE
static final java.lang.String ID_ATTRIBUTE
- This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureInformation.id.
- See Also:
gov.nih.nci.mageom.domain.DesignElement.FeatureInformation#id,
Constant Field Values
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