|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SequencePositionSearchCriteria
Represents a query for SequencePosition objects.
| Field Summary | |
|---|---|
static java.lang.String |
END_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SequencePosition.end. |
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SequencePosition.id. |
static java.lang.String |
START_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SequencePosition.start. |
| Method Summary | |
|---|---|
java.lang.Integer |
getEnd()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SequencePosition.end |
java.lang.Long |
getId()
Returns the value of the id criterion. |
java.lang.Integer |
getStart()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SequencePosition.start |
void |
setEnd(java.lang.Integer end)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SequencePosition.end |
void |
setEnd(java.lang.Integer end,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SequencePosition.end |
void |
setId(java.lang.Long id)
Sets the value of the id criterion. |
void |
setId(java.lang.Long id,
java.lang.String booleanOp)
|
void |
setStart(java.lang.Integer start)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SequencePosition.start |
void |
setStart(java.lang.Integer start,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SequencePosition.start |
| 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.BioSequence.SequencePosition#id,
Constant Field Valuesstatic final java.lang.String START_ATTRIBUTE
gov.nih.nci.mageom.domain.BioSequence.SequencePosition#start,
Constant Field Valuesstatic final java.lang.String END_ATTRIBUTE
gov.nih.nci.mageom.domain.BioSequence.SequencePosition#end,
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 getStart()
gov.nih.nci.mageom.domain.BioSequence.SequencePosition#startjava.lang.Integer getEnd()
gov.nih.nci.mageom.domain.BioSequence.SequencePosition#endvoid setStart(java.lang.Integer start)
start - gov.nih.nci.mageom.domain.BioSequence.SequencePosition#start
void setStart(java.lang.Integer start,
java.lang.String booleanOp)
start - 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.BioSequence.SequencePosition#startvoid setEnd(java.lang.Integer end)
end - gov.nih.nci.mageom.domain.BioSequence.SequencePosition#end
void setEnd(java.lang.Integer end,
java.lang.String booleanOp)
end - 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.BioSequence.SequencePosition#end
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||