gov.nih.nci.mageom.search.DesignElement
Interface FeatureLocationSearchCriteria

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

public interface FeatureLocationSearchCriteria
extends ExtendableSearchCriteria, Searchable

Represents a query for FeatureLocation objects.

Version:
%I%, %G%

Field Summary
static java.lang.String COLUMN_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.column.
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.id.
static java.lang.String ROW_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.row.
 
Method Summary
 java.lang.Integer getColumn()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.column
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.Integer getRow()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.row
 void setColumn(java.lang.Integer column)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.column
 void setColumn(java.lang.Integer column, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.column
 void setId(java.lang.Long id)
          Sets the value of the id criterion.
 void setId(java.lang.Long id, java.lang.String booleanOp)
           
 void setRow(java.lang.Integer row)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.row
 void setRow(java.lang.Integer row, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.row
 
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.DesignElement.FeatureLocation.id.

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

ROW_ATTRIBUTE

static final java.lang.String ROW_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.row.

See Also:
gov.nih.nci.mageom.domain.DesignElement.FeatureLocation#row, Constant Field Values

COLUMN_ATTRIBUTE

static final java.lang.String COLUMN_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.column.

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

getRow

java.lang.Integer getRow()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.row

Returns:
the java.lang.Integer criterion value.
See Also:
gov.nih.nci.mageom.domain.DesignElement.FeatureLocation#row

getColumn

java.lang.Integer getColumn()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.column

Returns:
the java.lang.Integer criterion value.
See Also:
gov.nih.nci.mageom.domain.DesignElement.FeatureLocation#column

setRow

void setRow(java.lang.Integer row)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.row

Parameters:
row -
See Also:
gov.nih.nci.mageom.domain.DesignElement.FeatureLocation#row

setRow

void setRow(java.lang.Integer row,
            java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.row

Parameters:
row - 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.DesignElement.FeatureLocation#row

setColumn

void setColumn(java.lang.Integer column)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.column

Parameters:
column -
See Also:
gov.nih.nci.mageom.domain.DesignElement.FeatureLocation#column

setColumn

void setColumn(java.lang.Integer column,
               java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.FeatureLocation.column

Parameters:
column - 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.DesignElement.FeatureLocation#column