|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BioSequenceSearchCriteria
Represents a query for BioSequence objects.
| Field Summary | |
|---|---|
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.BioSequence.id. |
static java.lang.String |
ISAPPROXIMATELENGTH_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.BioSequence.isApproximateLength. |
static java.lang.String |
ISCIRCULAR_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.BioSequence.isCircular. |
static java.lang.String |
LENGTH_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.BioSequence.length. |
| 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.Long |
getId()
Returns the value of the id criterion. |
java.lang.Boolean |
getIsApproximateLength()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.BioSequence.isApproximateLength |
java.lang.Boolean |
getIsCircular()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.BioSequence.isCircular |
java.lang.Integer |
getLength()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.BioSequence.length |
void |
setId(java.lang.Long id)
Sets the value of the id criterion. |
void |
setId(java.lang.Long id,
java.lang.String booleanOp)
|
void |
setIsApproximateLength()
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.BioSequence.isApproximateLength to a Boolean value of true. |
void |
setIsApproximateLength(java.lang.Boolean isApproximateLength)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.BioSequence.isApproximateLength |
void |
setIsApproximateLength(java.lang.Boolean isApproximateLength,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.BioSequence.isApproximateLength |
void |
setIsCircular()
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.BioSequence.isCircular to a Boolean value of true. |
void |
setIsCircular(java.lang.Boolean isCircular)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.BioSequence.isCircular |
void |
setIsCircular(java.lang.Boolean isCircular,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.BioSequence.isCircular |
void |
setLength(java.lang.Integer length)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.BioSequence.length |
void |
setLength(java.lang.Integer length,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.BioSequence.length |
| 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 |
|---|
static final java.lang.String ID_ATTRIBUTE
gov.nih.nci.mageom.domain.BioSequence.BioSequence#id,
Constant Field Valuesstatic final java.lang.String LENGTH_ATTRIBUTE
gov.nih.nci.mageom.domain.BioSequence.BioSequence#length,
Constant Field Valuesstatic final java.lang.String ISAPPROXIMATELENGTH_ATTRIBUTE
gov.nih.nci.mageom.domain.BioSequence.BioSequence#isApproximateLength,
Constant Field Valuesstatic final java.lang.String ISCIRCULAR_ATTRIBUTE
gov.nih.nci.mageom.domain.BioSequence.BioSequence#isCircular,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface DescribableSearchCriteriagetId in interface ExtendableSearchCriteriagetId in interface IdentifiableSearchCriteriavoid setId(java.lang.Long id)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriajava.lang.Integer getLength()
gov.nih.nci.mageom.domain.BioSequence.BioSequence#lengthjava.lang.Boolean getIsApproximateLength()
gov.nih.nci.mageom.domain.BioSequence.BioSequence#isApproximateLengthjava.lang.Boolean getIsCircular()
gov.nih.nci.mageom.domain.BioSequence.BioSequence#isCircularvoid setLength(java.lang.Integer length)
length - gov.nih.nci.mageom.domain.BioSequence.BioSequence#length
void setLength(java.lang.Integer length,
java.lang.String booleanOp)
length - 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.BioSequence#lengthvoid setIsApproximateLength()
gov.nih.nci.mageom.domain.BioSequence.BioSequence#isApproximateLengthvoid setIsApproximateLength(java.lang.Boolean isApproximateLength)
isApproximateLength - gov.nih.nci.mageom.domain.BioSequence.BioSequence#isApproximateLength
void setIsApproximateLength(java.lang.Boolean isApproximateLength,
java.lang.String booleanOp)
isApproximateLength - 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.BioSequence#isApproximateLengthvoid setIsCircular()
gov.nih.nci.mageom.domain.BioSequence.BioSequence#isCircularvoid setIsCircular(java.lang.Boolean isCircular)
isCircular - gov.nih.nci.mageom.domain.BioSequence.BioSequence#isCircular
void setIsCircular(java.lang.Boolean isCircular,
java.lang.String booleanOp)
isCircular - 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.BioSequence#isCircular
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||