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

All Superinterfaces:
ExtendableSearchCriteria, Searchable, SessionObject
All Known Implementing Classes:
SeqFeatureLocationSearchCriteriaImpl

public interface SeqFeatureLocationSearchCriteria
extends ExtendableSearchCriteria, Searchable

Represents a query for SeqFeatureLocation objects.

Version:
%I%, %G%

Field Summary
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SeqFeatureLocation.id.
static java.lang.String STRANDTYPE_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SeqFeatureLocation.strandType.
 
Method Summary
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.String getStrandType()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SeqFeatureLocation.strandType
 void setId(java.lang.Long id)
          Sets the value of the id criterion.
 void setId(java.lang.Long id, java.lang.String booleanOp)
           
 void setStrandType(java.lang.String strandType)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SeqFeatureLocation.strandType
 void setStrandType(java.lang.String strandType, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SeqFeatureLocation.strandType
 
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.SeqFeatureLocation.id.

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

STRANDTYPE_ATTRIBUTE

static final java.lang.String STRANDTYPE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SeqFeatureLocation.strandType.

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

getId

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

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 ExtendableSearchCriteria
Parameters:
id -

setId

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

getStrandType

java.lang.String getStrandType()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SeqFeatureLocation.strandType

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

setStrandType

void setStrandType(java.lang.String strandType)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SeqFeatureLocation.strandType

Parameters:
strandType -
See Also:
gov.nih.nci.mageom.domain.BioSequence.SeqFeatureLocation#strandType

setStrandType

void setStrandType(java.lang.String strandType,
                   java.lang.String booleanOp,
                   java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioSequence.SeqFeatureLocation.strandType

Parameters:
String - strandType 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.SeqFeatureLocation#strandType