20 package net.sf.gridarta.model.data;
22 import org.jetbrains.annotations.NotNull;
23 import org.jetbrains.annotations.Nullable;
63 public void setPath(@NotNull
final String path) {
69 return getName().compareTo(o.getName());
78 public boolean equals(@Nullable
final Object obj) {
82 if (obj == null || obj.getClass() != getClass()) {
int compareTo(@NotNull final NamedObject o)
String path
The path of this object.
boolean equals(@Nullable final Object obj)
void setPath(@NotNull final String path)
Set the path of this AbstractNamedObject.
AbstractNamedObject(@NotNull final String path)
Create a AbstractNamedObject.
static final long serialVersionUID
Serial version UID.
String getPath()
Get the path of this AbstractNamedObject.
String getName()
Get the name of this AbstractNamedObject.