Package org.intermine.model.bio
Interface InteractionDetail
-
- All Superinterfaces:
org.intermine.model.FastPathObject,org.intermine.model.InterMineFastPathObject,org.intermine.model.InterMineObject
- All Known Implementing Classes:
InteractionDetailShadow
public interface InteractionDetail extends org.intermine.model.InterMineObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAllInteractors(Interactor arg)voidaddDataSets(DataSet arg)voidaddInteractingRegions(InteractionRegion arg)java.util.Set<Interactor>getAllInteractors()java.util.Set<DataSet>getDataSets()java.util.Set<InteractionRegion>getInteractingRegions()InteractiongetInteraction()java.lang.StringgetName()java.lang.StringgetRelationshipType()java.lang.StringgetRole1()java.lang.StringgetRole2()java.lang.StringgetType()org.intermine.model.InterMineObjectproxGetInteraction()voidproxyInteraction(org.intermine.objectstore.proxy.ProxyReference interaction)voidsetAllInteractors(java.util.Set<Interactor> allInteractors)voidsetDataSets(java.util.Set<DataSet> dataSets)voidsetInteractingRegions(java.util.Set<InteractionRegion> interactingRegions)voidsetInteraction(Interaction interaction)voidsetName(java.lang.String name)voidsetRelationshipType(java.lang.String relationshipType)voidsetRole1(java.lang.String role1)voidsetRole2(java.lang.String role2)voidsetType(java.lang.String type)
-
-
-
Method Detail
-
getRole2
java.lang.String getRole2()
-
setRole2
void setRole2(java.lang.String role2)
-
getType
java.lang.String getType()
-
setType
void setType(java.lang.String type)
-
getRole1
java.lang.String getRole1()
-
setRole1
void setRole1(java.lang.String role1)
-
getName
java.lang.String getName()
-
setName
void setName(java.lang.String name)
-
getRelationshipType
java.lang.String getRelationshipType()
-
setRelationshipType
void setRelationshipType(java.lang.String relationshipType)
-
getInteraction
Interaction getInteraction()
-
setInteraction
void setInteraction(Interaction interaction)
-
proxyInteraction
void proxyInteraction(org.intermine.objectstore.proxy.ProxyReference interaction)
-
proxGetInteraction
org.intermine.model.InterMineObject proxGetInteraction()
-
getDataSets
java.util.Set<DataSet> getDataSets()
-
setDataSets
void setDataSets(java.util.Set<DataSet> dataSets)
-
addDataSets
void addDataSets(DataSet arg)
-
getAllInteractors
java.util.Set<Interactor> getAllInteractors()
-
setAllInteractors
void setAllInteractors(java.util.Set<Interactor> allInteractors)
-
addAllInteractors
void addAllInteractors(Interactor arg)
-
getInteractingRegions
java.util.Set<InteractionRegion> getInteractingRegions()
-
setInteractingRegions
void setInteractingRegions(java.util.Set<InteractionRegion> interactingRegions)
-
addInteractingRegions
void addInteractingRegions(InteractionRegion arg)
-
-