Interface Nameable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Gets the name of this Nameable.
      void setName​(java.lang.String newName)
      Sets the name for this Nameable.
    • Method Detail

      • getName

        java.lang.String getName()
        Gets the name of this Nameable.
        Returns:
        The name of the Nameable.
      • setName

        void setName​(java.lang.String newName)
        Sets the name for this Nameable.
        Parameters:
        newName - The new name for the Nameable.