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

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

public interface ArraySearchCriteria
extends IdentifiableSearchCriteria, Searchable

Represents a query for Array objects.

Version:
%I%, %G%

Field Summary
static java.lang.String ARRAYDESIGNID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.id.
static java.lang.String ARRAYGROUPID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.id.
static java.lang.String ARRAYIDENTIFIER_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayIdentifier.
static java.lang.String ARRAYXORIGIN_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayXOrigin.
static java.lang.String ARRAYYORIGIN_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayYOrigin.
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.id.
static java.lang.String INFORMATIONID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayManufacture.id.
static java.lang.String ORIGINRELATIVETO_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.originRelativeTo.
 
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 getArrayDesignId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.id
 java.lang.Long getArrayGroupId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.id
 java.lang.String getArrayIdentifier()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayIdentifier
 java.lang.Float getArrayXOrigin()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayXOrigin
 java.lang.Float getArrayYOrigin()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayYOrigin
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.Long getInformationId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayManufacture.id
 java.lang.String getOriginRelativeTo()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.originRelativeTo
 void setArrayDesignCriteria(ArrayDesignSearchCriteria criteria)
          Constrains the search for Array objects to those associated with ArrayDesign objects by the association and selected by the given ArrayDesignSearchCriteria.
 void setArrayDesignCriteria(ArrayDesignSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for Array objects to those associated with ArrayDesign objects by the association and selected by the given ArrayDesignSearchCriteria.
 void setArrayDesignId(java.lang.Long arrayDesignId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.id
 void setArrayDesignId(java.lang.Long arrayDesignId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.id
 void setArrayGroupCriteria(ArrayGroupSearchCriteria criteria)
          Constrains the search for Array objects to those associated with ArrayGroup objects by the association and selected by the given ArrayGroupSearchCriteria.
 void setArrayGroupCriteria(ArrayGroupSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for Array objects to those associated with ArrayGroup objects by the association and selected by the given ArrayGroupSearchCriteria.
 void setArrayGroupId(java.lang.Long arrayGroupId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.id
 void setArrayGroupId(java.lang.Long arrayGroupId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.id
 void setArrayIdentifier(java.lang.String arrayIdentifier)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayIdentifier
 void setArrayIdentifier(java.lang.String arrayIdentifier, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayIdentifier
 void setArrayXOrigin(java.lang.Float arrayXOrigin)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayXOrigin
 void setArrayXOrigin(java.lang.Float arrayXOrigin, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayXOrigin
 void setArrayYOrigin(java.lang.Float arrayYOrigin)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayYOrigin
 void setArrayYOrigin(java.lang.Float arrayYOrigin, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayYOrigin
 void setId(java.lang.Long id)
          Sets the value of the id criterion.
 void setId(java.lang.Long id, java.lang.String booleanOp)
           
 void setInformationCriteria(ArrayManufactureSearchCriteria criteria)
          Constrains the search for Array objects to those associated with ArrayManufacture objects by the association and selected by the given ArrayManufactureSearchCriteria.
 void setInformationCriteria(ArrayManufactureSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for Array objects to those associated with ArrayManufacture objects by the association and selected by the given ArrayManufactureSearchCriteria.
 void setInformationId(java.lang.Long informationId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayManufacture.id
 void setInformationId(java.lang.Long informationId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayManufacture.id
 void setOriginRelativeTo(java.lang.String originRelativeTo)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.originRelativeTo
 void setOriginRelativeTo(java.lang.String originRelativeTo, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.originRelativeTo
 
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.Array.Array.id.

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

ARRAYIDENTIFIER_ATTRIBUTE

static final java.lang.String ARRAYIDENTIFIER_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayIdentifier.

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

ARRAYXORIGIN_ATTRIBUTE

static final java.lang.String ARRAYXORIGIN_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayXOrigin.

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

ARRAYYORIGIN_ATTRIBUTE

static final java.lang.String ARRAYYORIGIN_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayYOrigin.

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

ORIGINRELATIVETO_ATTRIBUTE

static final java.lang.String ORIGINRELATIVETO_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.originRelativeTo.

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

ARRAYDESIGNID_ATTRIBUTE

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

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

ARRAYGROUPID_ATTRIBUTE

static final java.lang.String ARRAYGROUPID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.id.

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

INFORMATIONID_ATTRIBUTE

static final java.lang.String INFORMATIONID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayManufacture.id.

See Also:
gov.nih.nci.mageom.domain.Array.ArrayManufacture#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

getArrayIdentifier

java.lang.String getArrayIdentifier()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayIdentifier

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

getArrayXOrigin

java.lang.Float getArrayXOrigin()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayXOrigin

Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.domain.Array.Array#arrayXOrigin

getArrayYOrigin

java.lang.Float getArrayYOrigin()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayYOrigin

Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.domain.Array.Array#arrayYOrigin

getOriginRelativeTo

java.lang.String getOriginRelativeTo()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.originRelativeTo

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

getArrayDesignId

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

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

getArrayGroupId

java.lang.Long getArrayGroupId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.id

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

getInformationId

java.lang.Long getInformationId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayManufacture.id

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

setArrayIdentifier

void setArrayIdentifier(java.lang.String arrayIdentifier)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayIdentifier

Parameters:
arrayIdentifier -
See Also:
gov.nih.nci.mageom.domain.Array.Array#arrayIdentifier

setArrayIdentifier

void setArrayIdentifier(java.lang.String arrayIdentifier,
                        java.lang.String booleanOp,
                        java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayIdentifier

Parameters:
String - arrayIdentifier 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.Array.Array#arrayIdentifier

setArrayXOrigin

void setArrayXOrigin(java.lang.Float arrayXOrigin)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayXOrigin

Parameters:
arrayXOrigin -
See Also:
gov.nih.nci.mageom.domain.Array.Array#arrayXOrigin

setArrayXOrigin

void setArrayXOrigin(java.lang.Float arrayXOrigin,
                     java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayXOrigin

Parameters:
arrayXOrigin - 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.Array.Array#arrayXOrigin

setArrayYOrigin

void setArrayYOrigin(java.lang.Float arrayYOrigin)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayYOrigin

Parameters:
arrayYOrigin -
See Also:
gov.nih.nci.mageom.domain.Array.Array#arrayYOrigin

setArrayYOrigin

void setArrayYOrigin(java.lang.Float arrayYOrigin,
                     java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.arrayYOrigin

Parameters:
arrayYOrigin - 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.Array.Array#arrayYOrigin

setOriginRelativeTo

void setOriginRelativeTo(java.lang.String originRelativeTo)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.originRelativeTo

Parameters:
originRelativeTo -
See Also:
gov.nih.nci.mageom.domain.Array.Array#originRelativeTo

setOriginRelativeTo

void setOriginRelativeTo(java.lang.String originRelativeTo,
                         java.lang.String booleanOp,
                         java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.Array.originRelativeTo

Parameters:
String - originRelativeTo 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.Array.Array#originRelativeTo

setArrayDesignCriteria

void setArrayDesignCriteria(ArrayDesignSearchCriteria criteria)
Constrains the search for Array objects to those associated with ArrayDesign objects by the association and selected by the given ArrayDesignSearchCriteria.

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

setArrayDesignCriteria

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

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

setArrayDesignId

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

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

setArrayDesignId

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

Parameters:
arrayDesignId -
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#id

setArrayGroupCriteria

void setArrayGroupCriteria(ArrayGroupSearchCriteria criteria)
Constrains the search for Array objects to those associated with ArrayGroup objects by the association and selected by the given ArrayGroupSearchCriteria.

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

setArrayGroupCriteria

void setArrayGroupCriteria(ArrayGroupSearchCriteria criteria,
                           java.lang.String booleanOp)
Constrains the search for Array objects to those associated with ArrayGroup objects by the association and selected by the given ArrayGroupSearchCriteria.

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

setArrayGroupId

void setArrayGroupId(java.lang.Long arrayGroupId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.id

Parameters:
arrayGroupId -
See Also:
gov.nih.nci.mageom.domain.Array.ArrayGroup#id

setArrayGroupId

void setArrayGroupId(java.lang.Long arrayGroupId,
                     java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.id

Parameters:
arrayGroupId -
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.Array.ArrayGroup#id

setInformationCriteria

void setInformationCriteria(ArrayManufactureSearchCriteria criteria)
Constrains the search for Array objects to those associated with ArrayManufacture objects by the association and selected by the given ArrayManufactureSearchCriteria.

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

setInformationCriteria

void setInformationCriteria(ArrayManufactureSearchCriteria criteria,
                            java.lang.String booleanOp)
Constrains the search for Array objects to those associated with ArrayManufacture objects by the association and selected by the given ArrayManufactureSearchCriteria.

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

setInformationId

void setInformationId(java.lang.Long informationId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayManufacture.id

Parameters:
informationId -
See Also:
gov.nih.nci.mageom.domain.Array.ArrayManufacture#id

setInformationId

void setInformationId(java.lang.Long informationId,
                      java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayManufacture.id

Parameters:
informationId -
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.Array.ArrayManufacture#id