gov.nih.nci.mageom.search.BioSequence
Interface SeqFeatureSearchCriteria

All Superinterfaces:
DescribableSearchCriteria, ExtendableSearchCriteria, Searchable, SessionObject
All Known Implementing Classes:
SeqFeatureSearchCriteriaImpl

public interface SeqFeatureSearchCriteria
extends DescribableSearchCriteria, Searchable

Represents a query for SeqFeature objects.

Version:
%I%, %G%

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

ID_ATTRIBUTE

static final java.lang.String ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SeqFeature.id.

See Also:
gov.nih.nci.mageom.domain.BioSequence.SeqFeature#id, Constant Field Values

BASIS_ATTRIBUTE

static final java.lang.String BASIS_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SeqFeature.basis.

See Also:
gov.nih.nci.mageom.domain.BioSequence.SeqFeature#basis, Constant Field Values
Method Detail

getId

java.lang.Long getId()
Returns the value of the id criterion.

Specified by:
getId in interface DescribableSearchCriteria
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 DescribableSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Parameters:
id -

setId

void setId(java.lang.Long id,
           java.lang.String booleanOp)
Specified by:
setId in interface DescribableSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria

getBasis

java.lang.String getBasis()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SeqFeature.basis

Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.domain.BioSequence.SeqFeature#basis

setBasis

void setBasis(java.lang.String basis)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SeqFeature.basis

Parameters:
basis -
See Also:
gov.nih.nci.mageom.domain.BioSequence.SeqFeature#basis

setBasis

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

Parameters:
String - basis 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.BioSequence.SeqFeature#basis