public interface NamedObject extends Serializable, Comparable<NamedObject>
Modifier and Type | Method and Description |
---|---|
String |
getFullName()
Getter for fully qualified name of object.
|
String |
getName()
Getter for name of object.
|
NamedObjectKey |
key()
A value guaranteed to be unique in the database for this object.
|
compareTo
String getFullName()
String getName()
NamedObjectKey key()
Copyright © 2000-2023 Sualeh Fatehi. All rights reserved.