Interface GOEvidence

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

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

      • getWithText

        java.lang.String getWithText()
      • setWithText

        void setWithText​(java.lang.String withText)
      • proxyCode

        void proxyCode​(org.intermine.objectstore.proxy.ProxyReference code)
      • proxGetCode

        org.intermine.model.InterMineObject proxGetCode()
      • getPublications

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

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

        void addPublications​(Publication arg)
      • getWith

        java.util.Set<BioEntity> getWith()
      • setWith

        void setWith​(java.util.Set<BioEntity> with)