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

All Superinterfaces:
DescribableSearchCriteria, ExtendableSearchCriteria, IdentifiableSearchCriteria, Searchable, SessionObject
All Known Subinterfaces:
PhysicalArrayDesignSearchCriteria
All Known Implementing Classes:
ArrayDesignSearchCriteriaImpl, PhysicalArrayDesignSearchCriteriaImpl

public interface ArrayDesignSearchCriteria
extends IdentifiableSearchCriteria, Searchable

Represents a query for ArrayDesign objects.

Version:
%I%, %G%

Field Summary
static java.lang.String COMPOSITEGROUPSID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.CompositeGroup.id.
static java.lang.String DESIGNPROVIDERSID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id.
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.id.
static java.lang.String NUMBEROFFEATURES_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.numberOfFeatures.
static java.lang.String REPORTERGROUPSID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup.id.
static java.lang.String VERSION_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.version.
 
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.Long getCompositeGroupsId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.CompositeGroup.id
 java.lang.Long getDesignProvidersId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.Integer getNumberOfFeatures()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.numberOfFeatures
 java.lang.Long getReporterGroupsId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup.id
 java.lang.String getVersion()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.version
 void setCompositeGroupsCriteria(CompositeGroupSearchCriteria criteria)
          Constrains the search for ArrayDesign objects to those associated with CompositeGroup objects by the association and selected by the given CompositeGroupSearchCriteria.
 void setCompositeGroupsCriteria(CompositeGroupSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for ArrayDesign objects to those associated with CompositeGroup objects by the association and selected by the given CompositeGroupSearchCriteria.
 void setCompositeGroupsId(java.lang.Long compositeGroupsId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.CompositeGroup.id
 void setCompositeGroupsId(java.lang.Long compositeGroupsId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.CompositeGroup.id
 void setDesignProvidersCriteria(ContactSearchCriteria criteria)
          Constrains the search for ArrayDesign objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria.
 void setDesignProvidersCriteria(ContactSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for ArrayDesign objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria.
 void setDesignProvidersId(java.lang.Long designProvidersId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id
 void setDesignProvidersId(java.lang.Long designProvidersId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id
 void setId(java.lang.Long id)
          Sets the value of the id criterion.
 void setId(java.lang.Long id, java.lang.String booleanOp)
           
 void setNumberOfFeatures(java.lang.Integer numberOfFeatures)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.numberOfFeatures
 void setNumberOfFeatures(java.lang.Integer numberOfFeatures, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.numberOfFeatures
 void setReporterGroupsCriteria(ReporterGroupSearchCriteria criteria)
          Constrains the search for ArrayDesign objects to those associated with ReporterGroup objects by the association and selected by the given ReporterGroupSearchCriteria.
 void setReporterGroupsCriteria(ReporterGroupSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for ArrayDesign objects to those associated with ReporterGroup objects by the association and selected by the given ReporterGroupSearchCriteria.
 void setReporterGroupsId(java.lang.Long reporterGroupsId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup.id
 void setReporterGroupsId(java.lang.Long reporterGroupsId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup.id
 void setVersion(java.lang.String version)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.version
 void setVersion(java.lang.String version, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.version
 
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.ArrayDesign.id.

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

VERSION_ATTRIBUTE

static final java.lang.String VERSION_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.version.

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

NUMBEROFFEATURES_ATTRIBUTE

static final java.lang.String NUMBEROFFEATURES_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.numberOfFeatures.

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

COMPOSITEGROUPSID_ATTRIBUTE

static final java.lang.String COMPOSITEGROUPSID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.CompositeGroup.id.

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

DESIGNPROVIDERSID_ATTRIBUTE

static final java.lang.String DESIGNPROVIDERSID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id.

See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id, Constant Field Values

REPORTERGROUPSID_ATTRIBUTE

static final java.lang.String REPORTERGROUPSID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup.id.

See Also:
gov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup#id, 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 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 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 ExtendableSearchCriteria
Specified by:
setId in interface IdentifiableSearchCriteria

getVersion

java.lang.String getVersion()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.version

Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign#version

getNumberOfFeatures

java.lang.Integer getNumberOfFeatures()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.numberOfFeatures

Returns:
the java.lang.Integer criterion value.
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign#numberOfFeatures

getCompositeGroupsId

java.lang.Long getCompositeGroupsId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.CompositeGroup.id

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

getDesignProvidersId

java.lang.Long getDesignProvidersId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id

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

getReporterGroupsId

java.lang.Long getReporterGroupsId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup.id

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

setVersion

void setVersion(java.lang.String version)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.version

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

setVersion

void setVersion(java.lang.String version,
                java.lang.String booleanOp,
                java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.version

Parameters:
String - version the criterion value
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
String - caseInsensitive one of gov.nih.nci.common.search.CriteriaElement.CASESENSITIVE or gov.nih.nci.common.search.CriteriaElement.CASEINSENSITIVE
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign#version

setNumberOfFeatures

void setNumberOfFeatures(java.lang.Integer numberOfFeatures)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.numberOfFeatures

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

setNumberOfFeatures

void setNumberOfFeatures(java.lang.Integer numberOfFeatures,
                         java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.numberOfFeatures

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

setCompositeGroupsCriteria

void setCompositeGroupsCriteria(CompositeGroupSearchCriteria criteria)
Constrains the search for ArrayDesign objects to those associated with CompositeGroup objects by the association and selected by the given CompositeGroupSearchCriteria.

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

setCompositeGroupsCriteria

void setCompositeGroupsCriteria(CompositeGroupSearchCriteria criteria,
                                java.lang.String booleanOp)
Constrains the search for ArrayDesign objects to those associated with CompositeGroup objects by the association and selected by the given CompositeGroupSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.ArrayDesign.CompositeGroupSearchCriteria - 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:
CompositeGroupSearchCriteria

setCompositeGroupsId

void setCompositeGroupsId(java.lang.Long compositeGroupsId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.CompositeGroup.id

Parameters:
compositeGroupsId -
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.CompositeGroup#id

setCompositeGroupsId

void setCompositeGroupsId(java.lang.Long compositeGroupsId,
                          java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.CompositeGroup.id

Parameters:
compositeGroupsId -
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.CompositeGroup#id

setDesignProvidersCriteria

void setDesignProvidersCriteria(ContactSearchCriteria criteria)
Constrains the search for ArrayDesign objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria.

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

setDesignProvidersCriteria

void setDesignProvidersCriteria(ContactSearchCriteria criteria,
                                java.lang.String booleanOp)
Constrains the search for ArrayDesign objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.AuditAndSecurity.ContactSearchCriteria - 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:
ContactSearchCriteria

setDesignProvidersId

void setDesignProvidersId(java.lang.Long designProvidersId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id

Parameters:
designProvidersId -
See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id

setDesignProvidersId

void setDesignProvidersId(java.lang.Long designProvidersId,
                          java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id

Parameters:
designProvidersId -
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.AuditAndSecurity.Contact#id

setReporterGroupsCriteria

void setReporterGroupsCriteria(ReporterGroupSearchCriteria criteria)
Constrains the search for ArrayDesign objects to those associated with ReporterGroup objects by the association and selected by the given ReporterGroupSearchCriteria.

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

setReporterGroupsCriteria

void setReporterGroupsCriteria(ReporterGroupSearchCriteria criteria,
                               java.lang.String booleanOp)
Constrains the search for ArrayDesign objects to those associated with ReporterGroup objects by the association and selected by the given ReporterGroupSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.ArrayDesign.ReporterGroupSearchCriteria - 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:
ReporterGroupSearchCriteria

setReporterGroupsId

void setReporterGroupsId(java.lang.Long reporterGroupsId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup.id

Parameters:
reporterGroupsId -
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup#id

setReporterGroupsId

void setReporterGroupsId(java.lang.Long reporterGroupsId,
                         java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup.id

Parameters:
reporterGroupsId -
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.ReporterGroup#id