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
-
Method Details
-
getName
String getName()Get the name of the object.- Returns:
- the name of the object.
- See Also:
-
setName
Set the name of the object.- Parameters:
name- the name of the object.- See Also:
-