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 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)
      • 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)
      • setInteractingRegions

        void setInteractingRegions​(java.util.Set<InteractionRegion> interactingRegions)