Package wt.identity
Class StandardDisplayIdentity
java.lang.Object
wt.identity.StandardDisplayIdentity
- All Implemented Interfaces:
Serializable,DisplayIdentity,wt.util.EvolvableAdaptable,LocalizableMessage,Message
- Direct Known Subclasses:
StandardEffGroupDisplayIdentity,StandardIterationDisplayIdentity,StandardRevisionDisplayIdentity,StandardRevisionViewDisplayIdentity,StandardVersionedDisplayIdentity,StandardViewDisplayIdentity,StandardWTProductInstance2DisplayIdentity
public class StandardDisplayIdentity
extends Object
implements DisplayIdentity, wt.util.EvolvableAdaptable, Serializable
Implements
Supported API: true
Extendable: true
DisplayIdentity using a resource bundle and message
key.
Supported API: true
Extendable: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetLocalizedMessage(Locale locale) Returns the identity of in the form of a localized message for the specified locale.toString()Returns the identity in string form, based on the current locale.
-
Method Details
-
getLocalizedMessage
Returns the identity of in the form of a localized message for the specified locale.
Supported API: true- Specified by:
getLocalizedMessagein interfaceLocalizableMessage- Parameters:
locale-- Returns:
- String
-
toString
Returns the identity in string form, based on the current locale.
Supported API: true
-