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