|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SeqFeatureSearchCriteria
Represents a query for SeqFeature objects.
| Field Summary | |
|---|---|
static java.lang.String |
BASIS_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SeqFeature.basis. |
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SeqFeature.id. |
| Fields inherited from interface gov.nih.nci.mageom.search.DescribableSearchCriteria |
|---|
SECURITYID_ATTRIBUTE |
| Method Summary | |
|---|---|
java.lang.String |
getBasis()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SeqFeature.basis |
java.lang.Long |
getId()
Returns the value of the id criterion. |
void |
setBasis(java.lang.String basis)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SeqFeature.basis |
void |
setBasis(java.lang.String basis,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SeqFeature.basis |
void |
setId(java.lang.Long id)
Sets the value of the id criterion. |
void |
setId(java.lang.Long id,
java.lang.String booleanOp)
|
| 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.SeqFeature#id,
Constant Field Valuesstatic final java.lang.String BASIS_ATTRIBUTE
gov.nih.nci.mageom.domain.BioSequence.SeqFeature#basis,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface DescribableSearchCriteriagetId in interface ExtendableSearchCriteriavoid setId(java.lang.Long id)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriajava.lang.String getBasis()
gov.nih.nci.mageom.domain.BioSequence.SeqFeature#basisvoid setBasis(java.lang.String basis)
basis - gov.nih.nci.mageom.domain.BioSequence.SeqFeature#basis
void setBasis(java.lang.String basis,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - basis 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.BioSequence.SeqFeature#basis
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||