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

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

public interface MismatchInformationSearchCriteria
extends ExtendableSearchCriteria, Searchable

Represents a query for MismatchInformation objects.

Version:
%I%, %G%

Field Summary
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.id.
static java.lang.String NEWSEQUENCE_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.newSequence.
static java.lang.String REPLACEDLENGTH_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.replacedLength.
static java.lang.String STARTCOORD_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.startCoord.
 
Method Summary
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.String getNewSequence()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.newSequence
 java.lang.Integer getReplacedLength()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.replacedLength
 java.lang.Integer getStartCoord()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.startCoord
 void setId(java.lang.Long id)
          Sets the value of the id criterion.
 void setId(java.lang.Long id, java.lang.String booleanOp)
           
 void setNewSequence(java.lang.String newSequence)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.newSequence
 void setNewSequence(java.lang.String newSequence, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.newSequence
 void setReplacedLength(java.lang.Integer replacedLength)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.replacedLength
 void setReplacedLength(java.lang.Integer replacedLength, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.replacedLength
 void setStartCoord(java.lang.Integer startCoord)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.startCoord
 void setStartCoord(java.lang.Integer startCoord, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.startCoord
 
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.MismatchInformation.id.

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

STARTCOORD_ATTRIBUTE

static final java.lang.String STARTCOORD_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.startCoord.

See Also:
gov.nih.nci.mageom.domain.DesignElement.MismatchInformation#startCoord, Constant Field Values

NEWSEQUENCE_ATTRIBUTE

static final java.lang.String NEWSEQUENCE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.newSequence.

See Also:
gov.nih.nci.mageom.domain.DesignElement.MismatchInformation#newSequence, Constant Field Values

REPLACEDLENGTH_ATTRIBUTE

static final java.lang.String REPLACEDLENGTH_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.replacedLength.

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

getStartCoord

java.lang.Integer getStartCoord()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.startCoord

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

getNewSequence

java.lang.String getNewSequence()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.newSequence

Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.domain.DesignElement.MismatchInformation#newSequence

getReplacedLength

java.lang.Integer getReplacedLength()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.replacedLength

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

setStartCoord

void setStartCoord(java.lang.Integer startCoord)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.startCoord

Parameters:
startCoord -
See Also:
gov.nih.nci.mageom.domain.DesignElement.MismatchInformation#startCoord

setStartCoord

void setStartCoord(java.lang.Integer startCoord,
                   java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.startCoord

Parameters:
startCoord - 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.MismatchInformation#startCoord

setNewSequence

void setNewSequence(java.lang.String newSequence)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.newSequence

Parameters:
newSequence -
See Also:
gov.nih.nci.mageom.domain.DesignElement.MismatchInformation#newSequence

setNewSequence

void setNewSequence(java.lang.String newSequence,
                    java.lang.String booleanOp,
                    java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.newSequence

Parameters:
String - newSequence 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.DesignElement.MismatchInformation#newSequence

setReplacedLength

void setReplacedLength(java.lang.Integer replacedLength)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.replacedLength

Parameters:
replacedLength -
See Also:
gov.nih.nci.mageom.domain.DesignElement.MismatchInformation#replacedLength

setReplacedLength

void setReplacedLength(java.lang.Integer replacedLength,
                       java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.MismatchInformation.replacedLength

Parameters:
replacedLength - 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.MismatchInformation#replacedLength