INamedObject
public interface INamedObject
Object that has a name
Methods
| Method | Description |
|---|---|
| getName() | Gets the name of the object |
getName()
public abstract String getName()
Gets the name of the object
Returns: java.lang.String - the name of the object