org.openbp.common.generic.description
Interface DisplayObject
- All Superinterfaces:
- java.lang.Comparable, DescriptionObject, Displayable, java.io.Serializable
- All Known Subinterfaces:
- DisplayTreeObject
- All Known Implementing Classes:
- DisplayObjectImpl, DisplayTreeObjectImpl, ObjectDescriptor, PropertyDescriptor
public interface DisplayObject
- extends DescriptionObject
An object that has a name, a display name and a description.
- Author:
- Heiko Erhardt
|
Method Summary |
java.lang.String |
getDisplayName()
Gets the default display name of this object. |
void |
setDisplayName(java.lang.String displayName)
Sets the default display name of this object. |
| Methods inherited from interface java.lang.Comparable |
compareTo |
getDisplayName
java.lang.String getDisplayName()
- Gets the default display name of this object.
The display name is the human-readable name of the object (i. e. a name that is
displayed in the user interface).
setDisplayName
void setDisplayName(java.lang.String displayName)
- Sets the default display name of this object.
The display name is the human-readable name of the object (i. e. a name that is
displayed in the user interface).
Copyright © 2011. All Rights Reserved.