Interface HasName<T extends HasName<T>>

    • Method Detail

      • setName

        T setName​(String name)
        Sets the name of this model.

        This must not be null!

        Parameters:
        name - the new name (not null!)
        Returns:
        a reference to this
      • getName

        String getName()
        Returns the name of this model.
        Returns:
        the name