|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MismatchInformationSearchCriteria
Represents a query for MismatchInformation objects.
| 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 |
|---|
static final java.lang.String ID_ATTRIBUTE
gov.nih.nci.mageom.domain.DesignElement.MismatchInformation#id,
Constant Field Valuesstatic final java.lang.String STARTCOORD_ATTRIBUTE
gov.nih.nci.mageom.domain.DesignElement.MismatchInformation#startCoord,
Constant Field Valuesstatic final java.lang.String NEWSEQUENCE_ATTRIBUTE
gov.nih.nci.mageom.domain.DesignElement.MismatchInformation#newSequence,
Constant Field Valuesstatic final java.lang.String REPLACEDLENGTH_ATTRIBUTE
gov.nih.nci.mageom.domain.DesignElement.MismatchInformation#replacedLength,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface ExtendableSearchCriteriavoid setId(java.lang.Long id)
setId in interface ExtendableSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface ExtendableSearchCriteriajava.lang.Integer getStartCoord()
gov.nih.nci.mageom.domain.DesignElement.MismatchInformation#startCoordjava.lang.String getNewSequence()
gov.nih.nci.mageom.domain.DesignElement.MismatchInformation#newSequencejava.lang.Integer getReplacedLength()
gov.nih.nci.mageom.domain.DesignElement.MismatchInformation#replacedLengthvoid setStartCoord(java.lang.Integer startCoord)
startCoord - gov.nih.nci.mageom.domain.DesignElement.MismatchInformation#startCoord
void setStartCoord(java.lang.Integer startCoord,
java.lang.String booleanOp)
startCoord - the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.DesignElement.MismatchInformation#startCoordvoid setNewSequence(java.lang.String newSequence)
newSequence - gov.nih.nci.mageom.domain.DesignElement.MismatchInformation#newSequence
void setNewSequence(java.lang.String newSequence,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - newSequence the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORString - caseInsensitive one of gov.nih.nci.common.search.CriteriaElement.CASESENSITIVE or gov.nih.nci.common.search.CriteriaElement.CASEINSENSITIVEgov.nih.nci.mageom.domain.DesignElement.MismatchInformation#newSequencevoid setReplacedLength(java.lang.Integer replacedLength)
replacedLength - gov.nih.nci.mageom.domain.DesignElement.MismatchInformation#replacedLength
void setReplacedLength(java.lang.Integer replacedLength,
java.lang.String booleanOp)
replacedLength - the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.DesignElement.MismatchInformation#replacedLength
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||