Interface Complex

  • All Superinterfaces:
    org.intermine.model.FastPathObject, org.intermine.model.InterMineFastPathObject, org.intermine.model.InterMineObject
    All Known Implementing Classes:
    ComplexShadow

    public interface Complex
    extends org.intermine.model.InterMineObject
    • Method Detail

      • getProperties

        java.lang.String getProperties()
      • setProperties

        void setProperties​(java.lang.String properties)
      • getIdentifier

        java.lang.String getIdentifier()
      • setIdentifier

        void setIdentifier​(java.lang.String identifier)
      • getName

        java.lang.String getName()
      • setName

        void setName​(java.lang.String name)
      • getSystematicName

        java.lang.String getSystematicName()
      • setSystematicName

        void setSystematicName​(java.lang.String systematicName)
      • getFunction

        java.lang.String getFunction()
      • setFunction

        void setFunction​(java.lang.String function)
      • 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)
      • getGoAnnotation

        java.util.Set<GOAnnotation> getGoAnnotation()
      • setGoAnnotation

        void setGoAnnotation​(java.util.Set<GOAnnotation> goAnnotation)
      • addGoAnnotation

        void addGoAnnotation​(GOAnnotation arg)
      • getPublications

        java.util.Set<Publication> getPublications()
      • setPublications

        void setPublications​(java.util.Set<Publication> publications)
      • addPublications

        void addPublications​(Publication arg)