Interface BioactiveEntity

    • Method Detail

      • getChebi

        String getChebi()
        The CHEBI accession which identifies the bioactive entity. It is a shortcut which should point to the first chebi identifier in the collection of identifiers. It can be null Ex: CHEBI:4991
        Returns:
        The CHEBI accession
      • setChebi

        void setChebi​(String id)
        Sets the CHEBI identifier. It will remove the old chebi identifier from the collection of identifiers and replace it with the new chebi identifier. If the new chebi identifier is null, all the existing chebi identifiers will be removed from the collection of identifiers
        Parameters:
        id - : CHEBI identifier
      • getSmile

        String getSmile()
        The Simplified Molecular Input Line Entry System. It is a shortcut which should point to the first smile in the collection of checksums. It can be null Ex: OC1C[C@]2(O)CC(O)O[Fe]34(O1)(OC(O)C[C@](O)(CC(O)O3)C(O)O4)OC2O
        Returns:
        the smile
      • setSmile

        void setSmile​(String smile)
        Sets the smile of this small molecule. It will remove the old smile from the collection of checksums and replace it with the new smile. If the new smile is null, all the existing smiles will be removed from the collection of checksums
        Parameters:
        smile - : the smile
      • getStandardInchiKey

        String getStandardInchiKey()
        The standard InChI Key for this chemical compound It is a shortcut which should point to the first standard Inchi key in the collection of checksums. It can be null. Ex: ISOHCBXAFHMIHK-UHFFFAOYSA-N
        Returns:
        the standard InChI key
      • setStandardInchiKey

        void setStandardInchiKey​(String key)
        Sets the standard InChI key . It will remove the old standard inchi key from the collection of checksums and replace it with the new standard inchi key. If the new standard inchi key is null, all the existing standard inchi keys will be removed from the collection of checksums
        Parameters:
        key - : the standard inchi key
      • getStandardInchi

        String getStandardInchi()
        The standard InChI for this chemical compound. It is a shortcut which should point to the first standard Inchi in the collection of checksums. It can be null. Ex: InChI=1S/2C6H11O7.Fe/c2*7-3(8)1-6(13,5(11)12)2-4(9)10;/h2*3-5,7,9,11,13H,1-2H2;/q2*-3;+6
        Returns:
        the standard InChI
      • setStandardInchi

        void setStandardInchi​(String inchi)
        Sets the standard InChI. It will remove the old standard inchi from the collection of checksums and replace it with the new standard inchi. If the new standard is null, all the existing standard inchi will be removed from the collection of checksums
        Parameters:
        inchi - : the standard InChI