gov.nih.nci.mageom.search.ArrayDesign
Interface FeatureGroupSearchCriteria

All Superinterfaces:
DescribableSearchCriteria, DesignElementGroupSearchCriteria, ExtendableSearchCriteria, IdentifiableSearchCriteria, Searchable, SessionObject
All Known Implementing Classes:
FeatureGroupSearchCriteriaImpl

public interface FeatureGroupSearchCriteria
extends DesignElementGroupSearchCriteria, Searchable

Represents a query for FeatureGroup objects.

Version:
%I%, %G%

Field Summary
static java.lang.String FEATUREHEIGHT_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureHeight.
static java.lang.String FEATURELENGTH_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureLength.
static java.lang.String FEATUREWIDTH_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureWidth.
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.id.
 
Fields inherited from interface gov.nih.nci.mageom.search.IdentifiableSearchCriteria
IDENTIFIER_ATTRIBUTE, NAME_ATTRIBUTE
 
Fields inherited from interface gov.nih.nci.mageom.search.DescribableSearchCriteria
SECURITYID_ATTRIBUTE
 
Method Summary
 java.lang.Float getFeatureHeight()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureHeight
 java.lang.Float getFeatureLength()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureLength
 java.lang.Float getFeatureWidth()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureWidth
 java.lang.Long getId()
          Returns the value of the id criterion.
 void setFeatureHeight(java.lang.Float featureHeight)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureHeight
 void setFeatureHeight(java.lang.Float featureHeight, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureHeight
 void setFeatureLength(java.lang.Float featureLength)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureLength
 void setFeatureLength(java.lang.Float featureLength, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureLength
 void setFeatureWidth(java.lang.Float featureWidth)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureWidth
 void setFeatureWidth(java.lang.Float featureWidth, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureWidth
 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.mageom.search.IdentifiableSearchCriteria
getIdentifier, getName, setIdentifier, setIdentifier, setName, setName
 
Methods inherited from interface gov.nih.nci.mageom.search.DescribableSearchCriteria
getSecurityId, setSecurityCriteria, setSecurityCriteria, setSecurityId, setSecurityId
 
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.ArrayDesign.FeatureGroup.id.

See Also:
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#id, Constant Field Values

FEATUREWIDTH_ATTRIBUTE

static final java.lang.String FEATUREWIDTH_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureWidth.

See Also:
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureWidth, Constant Field Values

FEATURELENGTH_ATTRIBUTE

static final java.lang.String FEATURELENGTH_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureLength.

See Also:
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureLength, Constant Field Values

FEATUREHEIGHT_ATTRIBUTE

static final java.lang.String FEATUREHEIGHT_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureHeight.

See Also:
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureHeight, Constant Field Values
Method Detail

getId

java.lang.Long getId()
Returns the value of the id criterion.

Specified by:
getId in interface DescribableSearchCriteria
Specified by:
getId in interface DesignElementGroupSearchCriteria
Specified by:
getId in interface ExtendableSearchCriteria
Specified by:
getId in interface IdentifiableSearchCriteria
Returns:
the id criterion

setId

void setId(java.lang.Long id)
Sets the value of the id criterion.

Specified by:
setId in interface DescribableSearchCriteria
Specified by:
setId in interface DesignElementGroupSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Specified by:
setId in interface IdentifiableSearchCriteria
Parameters:
id -

setId

void setId(java.lang.Long id,
           java.lang.String booleanOp)
Specified by:
setId in interface DescribableSearchCriteria
Specified by:
setId in interface DesignElementGroupSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Specified by:
setId in interface IdentifiableSearchCriteria

getFeatureWidth

java.lang.Float getFeatureWidth()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureWidth

Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureWidth

getFeatureLength

java.lang.Float getFeatureLength()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureLength

Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureLength

getFeatureHeight

java.lang.Float getFeatureHeight()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureHeight

Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureHeight

setFeatureWidth

void setFeatureWidth(java.lang.Float featureWidth)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureWidth

Parameters:
featureWidth -
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureWidth

setFeatureWidth

void setFeatureWidth(java.lang.Float featureWidth,
                     java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureWidth

Parameters:
featureWidth - 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.ArrayDesign.FeatureGroup#featureWidth

setFeatureLength

void setFeatureLength(java.lang.Float featureLength)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureLength

Parameters:
featureLength -
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureLength

setFeatureLength

void setFeatureLength(java.lang.Float featureLength,
                      java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureLength

Parameters:
featureLength - 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.ArrayDesign.FeatureGroup#featureLength

setFeatureHeight

void setFeatureHeight(java.lang.Float featureHeight)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureHeight

Parameters:
featureHeight -
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#featureHeight

setFeatureHeight

void setFeatureHeight(java.lang.Float featureHeight,
                      java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.featureHeight

Parameters:
featureHeight - 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.ArrayDesign.FeatureGroup#featureHeight