Interface Named


public interface Named
An interface that describe an object that can be named.
Since:
1.0.9
Version:
"1.0.14" - b202111241200L
Author:
Julien SEINTURIER - Université de Toulon / CNRS LIS umr 7020 - github.com/jorigin/jcommon (contact@jorigin.org)
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name of the object.
    void
    Set the name of the object.
  • Method Details

    • getName

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

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