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

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

public interface ArrayGroupSearchCriteria
extends IdentifiableSearchCriteria, Searchable

Represents a query for ArrayGroup objects.

Version:
%I%, %G%

Field Summary
static java.lang.String ARRAYSPACINGX_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.arraySpacingX.
static java.lang.String ARRAYSPACINGY_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.arraySpacingY.
static java.lang.String BARCODE_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.barcode.
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.id.
static java.lang.String LENGTH_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.length.
static java.lang.String NUMARRAYS_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.numArrays.
static java.lang.String ORIENTATIONMARK_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.orientationMark.
static java.lang.String ORIENTATIONMARKPOSITION_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.orientationMarkPosition.
static java.lang.String WIDTH_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.width.
 
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 getArraySpacingX()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.arraySpacingX
 java.lang.Float getArraySpacingY()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.arraySpacingY
 java.lang.String getBarcode()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.barcode
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.Float getLength()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.length
 java.lang.Integer getNumArrays()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.numArrays
 java.lang.String getOrientationMark()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.orientationMark
 java.lang.String getOrientationMarkPosition()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.orientationMarkPosition
 java.lang.Float getWidth()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.width
 void setArraySpacingX(java.lang.Float arraySpacingX)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.arraySpacingX
 void setArraySpacingX(java.lang.Float arraySpacingX, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.arraySpacingX
 void setArraySpacingY(java.lang.Float arraySpacingY)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.arraySpacingY
 void setArraySpacingY(java.lang.Float arraySpacingY, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.arraySpacingY
 void setBarcode(java.lang.String barcode)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.barcode
 void setBarcode(java.lang.String barcode, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.barcode
 void setId(java.lang.Long id)
          Sets the value of the id criterion.
 void setId(java.lang.Long id, java.lang.String booleanOp)
           
 void setLength(java.lang.Float length)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.length
 void setLength(java.lang.Float length, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.length
 void setNumArrays(java.lang.Integer numArrays)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.numArrays
 void setNumArrays(java.lang.Integer numArrays, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.numArrays
 void setOrientationMark(java.lang.String orientationMark)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.orientationMark
 void setOrientationMark(java.lang.String orientationMark, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.orientationMark
 void setOrientationMarkPosition(java.lang.String orientationMarkPosition)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.orientationMarkPosition
 void setOrientationMarkPosition(java.lang.String orientationMarkPosition, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.orientationMarkPosition
 void setWidth(java.lang.Float width)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.width
 void setWidth(java.lang.Float width, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.width
 
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.ArrayGroup.id.

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

BARCODE_ATTRIBUTE

static final java.lang.String BARCODE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.barcode.

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

ARRAYSPACINGX_ATTRIBUTE

static final java.lang.String ARRAYSPACINGX_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.arraySpacingX.

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

ARRAYSPACINGY_ATTRIBUTE

static final java.lang.String ARRAYSPACINGY_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.arraySpacingY.

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

NUMARRAYS_ATTRIBUTE

static final java.lang.String NUMARRAYS_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.numArrays.

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

ORIENTATIONMARK_ATTRIBUTE

static final java.lang.String ORIENTATIONMARK_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.orientationMark.

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

ORIENTATIONMARKPOSITION_ATTRIBUTE

static final java.lang.String ORIENTATIONMARKPOSITION_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.orientationMarkPosition.

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

WIDTH_ATTRIBUTE

static final java.lang.String WIDTH_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.width.

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

LENGTH_ATTRIBUTE

static final java.lang.String LENGTH_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.length.

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

getBarcode

java.lang.String getBarcode()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.barcode

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

getArraySpacingX

java.lang.Float getArraySpacingX()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.arraySpacingX

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

getArraySpacingY

java.lang.Float getArraySpacingY()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.arraySpacingY

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

getNumArrays

java.lang.Integer getNumArrays()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.numArrays

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

getOrientationMark

java.lang.String getOrientationMark()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.orientationMark

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

getOrientationMarkPosition

java.lang.String getOrientationMarkPosition()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.orientationMarkPosition

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

getWidth

java.lang.Float getWidth()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.width

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

getLength

java.lang.Float getLength()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.length

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

setBarcode

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

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

setBarcode

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

Parameters:
String - barcode 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.ArrayGroup#barcode

setArraySpacingX

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

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

setArraySpacingX

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

Parameters:
arraySpacingX - 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.ArrayGroup#arraySpacingX

setArraySpacingY

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

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

setArraySpacingY

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

Parameters:
arraySpacingY - 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.ArrayGroup#arraySpacingY

setNumArrays

void setNumArrays(java.lang.Integer numArrays)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.numArrays

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

setNumArrays

void setNumArrays(java.lang.Integer numArrays,
                  java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Array.ArrayGroup.numArrays

Parameters:
numArrays - 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.ArrayGroup#numArrays

setOrientationMark

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

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

setOrientationMark

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

Parameters:
String - orientationMark 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.ArrayGroup#orientationMark

setOrientationMarkPosition

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

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

setOrientationMarkPosition

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

Parameters:
String - orientationMarkPosition 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.ArrayGroup#orientationMarkPosition

setWidth

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

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

setWidth

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

Parameters:
width - 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.ArrayGroup#width

setLength

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

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

setLength

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

Parameters:
length - 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.ArrayGroup#length