Interface InterMineFastPathObject

    • Method Detail

      • getId

        java.lang.Integer getId()
        Getter for the ID field - ensures that every object in the database has an ID.
        Returns:
        an Integer
      • setId

        void setId​(java.lang.Integer id)
        Setter for the ID field.
        Parameters:
        id - an Integer
      • getoBJECT

        StringConstructor getoBJECT()
        Returns the NotXml serialised version of this object.
        Returns:
        a StringConstructor containing the NotXml
      • getElementType

        java.lang.Class<?> getElementType​(java.lang.String fieldName)
        Returns the element type of a collection by name.
        Parameters:
        fieldName - the name of the collection
        Returns:
        the type of the elements of the collection