20 package net.sf.gridarta.model.data;
22 import java.io.Serializable;
23 import org.jetbrains.annotations.NotNull;
32 public interface NamedObject extends Comparable<NamedObject>, Serializable {
63 void setPath(@NotNull String path);
String getDisplayIconName()
Returns the face name of the display icon for this AbstractNamedObject.
String getPath()
Get the path of this AbstractNamedObject.
void setPath(@NotNull String path)
Set the path of this AbstractNamedObject.
String getName()
Get the name of this AbstractNamedObject.