Package org.intermine.model.bio
Interface InteractionRegion
-
- All Superinterfaces:
org.intermine.model.FastPathObject,org.intermine.model.InterMineFastPathObject,org.intermine.model.InterMineObject
- All Known Implementing Classes:
InteractionRegionShadow
public interface InteractionRegion extends org.intermine.model.InterMineObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddLocations(Location arg)java.lang.StringgetEndStatus()InteractionDetailgetInteraction()java.util.Set<Location>getLocations()OntologyTermgetOntologyTerm()java.lang.StringgetStartStatus()org.intermine.model.InterMineObjectproxGetInteraction()org.intermine.model.InterMineObjectproxGetOntologyTerm()voidproxyInteraction(org.intermine.objectstore.proxy.ProxyReference interaction)voidproxyOntologyTerm(org.intermine.objectstore.proxy.ProxyReference ontologyTerm)voidsetEndStatus(java.lang.String endStatus)voidsetInteraction(InteractionDetail interaction)voidsetLocations(java.util.Set<Location> locations)voidsetOntologyTerm(OntologyTerm ontologyTerm)voidsetStartStatus(java.lang.String startStatus)
-
-
-
Method Detail
-
getStartStatus
java.lang.String getStartStatus()
-
setStartStatus
void setStartStatus(java.lang.String startStatus)
-
getEndStatus
java.lang.String getEndStatus()
-
setEndStatus
void setEndStatus(java.lang.String endStatus)
-
getOntologyTerm
OntologyTerm getOntologyTerm()
-
setOntologyTerm
void setOntologyTerm(OntologyTerm ontologyTerm)
-
proxyOntologyTerm
void proxyOntologyTerm(org.intermine.objectstore.proxy.ProxyReference ontologyTerm)
-
proxGetOntologyTerm
org.intermine.model.InterMineObject proxGetOntologyTerm()
-
getInteraction
InteractionDetail getInteraction()
-
setInteraction
void setInteraction(InteractionDetail interaction)
-
proxyInteraction
void proxyInteraction(org.intermine.objectstore.proxy.ProxyReference interaction)
-
proxGetInteraction
org.intermine.model.InterMineObject proxGetInteraction()
-
getLocations
java.util.Set<Location> getLocations()
-
setLocations
void setLocations(java.util.Set<Location> locations)
-
addLocations
void addLocations(Location arg)
-
-