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.
|
List<String> |
toUniqueLookupKey()
A value guaranteed to be unique in the database for this object.
|
compareTo
Copyright © 2000-2020 Sualeh Fatehi. All rights reserved.