Module org.jcommon

Interface Named

    • Method Detail

      • getName

        String getName()
        Get the name of the object.
        Returns:
        the name of the object.
        See Also:
        setName(String)
      • setName

        void setName​(String name)
        Set the name of the object.
        Parameters:
        name - the name of the object.
        See Also:
        getName()