|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides access to the essential displayable charactistics about the
identity of an object. An object's identity is composed of it's type
and an identifier. The identifier will typically distinguish the object
from other objects of the same type. The identifier is not necessarily
unique. The DisplayableIdentity is itself a LocalizableMessage
therefore allowing it to be used in messages and other locale sensitive
contexts.
Supported API: true
Extendable: true
Field Summary | |
static String |
DISPLAY_IDENTIFIER
Label for the attribute. |
static String |
DISPLAY_TYPE
Label for the attribute. |
Method Summary | |
LocalizableMessage |
getDisplayIdentifier()
Gets the value of the attribute: DISPLAY_IDENTIFIER. |
LocalizableMessage |
getDisplayType()
Gets the value of the attribute: DISPLAY_TYPE. |
Methods inherited from interface wt.util.LocalizableMessage |
getLocalizedMessage |
Field Detail |
public static final String DISPLAY_TYPE
public static final String DISPLAY_IDENTIFIER
Method Detail |
public LocalizableMessage getDisplayType()
public LocalizableMessage getDisplayIdentifier()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |