gov.nih.nci.mageom.search.Array
Interface FeatureDefectSearchCriteria

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

public interface FeatureDefectSearchCriteria
extends ExtendableSearchCriteria, Searchable

Represents a query for FeatureDefect objects.

Version:
%I%, %G%

Field Summary
static java.lang.String FEATUREID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id.
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.FeatureDefect.id.
 
Method Summary
 java.lang.Long getFeatureId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id
 java.lang.Long getId()
          Returns the value of the id criterion.
 void setFeatureCriteria(FeatureSearchCriteria criteria)
          Constrains the search for FeatureDefect objects to those associated with Feature objects by the association and selected by the given FeatureSearchCriteria.
 void setFeatureCriteria(FeatureSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for FeatureDefect objects to those associated with Feature objects by the association and selected by the given FeatureSearchCriteria.
 void setFeatureId(java.lang.Long featureId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id
 void setFeatureId(java.lang.Long featureId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.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

ID_ATTRIBUTE

static final java.lang.String ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.FeatureDefect.id.

See Also:
gov.nih.nci.mageom.domain.Array.FeatureDefect#id, Constant Field Values

FEATUREID_ATTRIBUTE

static final java.lang.String FEATUREID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id.

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

getFeatureId

java.lang.Long getFeatureId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id

Returns:
the java.lang.Long criterion value.
See Also:
gov.nih.nci.mageom.domain.DesignElement.Feature#id

setFeatureCriteria

void setFeatureCriteria(FeatureSearchCriteria criteria)
Constrains the search for FeatureDefect objects to those associated with Feature objects by the association and selected by the given FeatureSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.DesignElement.FeatureSearchCriteria - the SearchCriteria to be nested
See Also:
FeatureSearchCriteria

setFeatureCriteria

void setFeatureCriteria(FeatureSearchCriteria criteria,
                        java.lang.String booleanOp)
Constrains the search for FeatureDefect objects to those associated with Feature objects by the association and selected by the given FeatureSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.DesignElement.FeatureSearchCriteria - the SearchCriteria to be nested
String - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
FeatureSearchCriteria

setFeatureId

void setFeatureId(java.lang.Long featureId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id

Parameters:
featureId -
See Also:
gov.nih.nci.mageom.domain.DesignElement.Feature#id

setFeatureId

void setFeatureId(java.lang.Long featureId,
                  java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id

Parameters:
featureId -
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.Feature#id