Package org.intermine.model.bio
Interface SequenceCollection
-
- All Superinterfaces:
Annotatable,BioEntity,org.intermine.model.FastPathObject,org.intermine.model.InterMineFastPathObject,org.intermine.model.InterMineObject
- All Known Implementing Classes:
SequenceCollectionShadow
public interface SequenceCollection extends BioEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SOTermgetSequenceOntologyTerm()org.intermine.model.InterMineObjectproxGetSequenceOntologyTerm()voidproxySequenceOntologyTerm(org.intermine.objectstore.proxy.ProxyReference sequenceOntologyTerm)voidsetSequenceOntologyTerm(SOTerm sequenceOntologyTerm)-
Methods inherited from interface org.intermine.model.bio.Annotatable
addOntologyAnnotations, addPublications, getOntologyAnnotations, getPrimaryIdentifier, getPublications, setOntologyAnnotations, setPrimaryIdentifier, setPublications
-
Methods inherited from interface org.intermine.model.bio.BioEntity
addCrossReferences, addDataSets, addLocatedFeatures, addLocations, addSynonyms, getCrossReferences, getDataSets, getLocatedFeatures, getLocations, getName, getOrganism, getSecondaryIdentifier, getSymbol, getSynonyms, proxGetOrganism, proxyOrganism, setCrossReferences, setDataSets, setLocatedFeatures, setLocations, setName, setOrganism, setSecondaryIdentifier, setSymbol, setSynonyms
-
-
-
-
Method Detail
-
getSequenceOntologyTerm
SOTerm getSequenceOntologyTerm()
-
setSequenceOntologyTerm
void setSequenceOntologyTerm(SOTerm sequenceOntologyTerm)
-
proxySequenceOntologyTerm
void proxySequenceOntologyTerm(org.intermine.objectstore.proxy.ProxyReference sequenceOntologyTerm)
-
proxGetSequenceOntologyTerm
org.intermine.model.InterMineObject proxGetSequenceOntologyTerm()
-
-