public interface NamedObject extends Serializable, Comparable<NamedObject>
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name)
Gets an attribute.
|
<T> T |
getAttribute(String name,
T defaultValue)
Gets an attribute.
|
Map<String,Object> |
getAttributes()
Gets all attributes.
|
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.
|
String |
getRemarks()
Getter for remarks.
|
void |
setAttribute(String name,
Object value)
Sets an attribute.
|
compareToObject getAttribute(String name)
name - Attribute name.<T> T getAttribute(String name, T defaultValue)
name - Attribute name.String getFullName()
String getLookupKey()
String getName()
String getRemarks()
Copyright © 2003-2013 Sualeh Fatehi. All Rights Reserved.