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 DisplayIdentity using a resource bundle and message key.

Supported API: true

Extendable: true
See Also:
  • Method Details

    • getLocalizedMessage

      public String getLocalizedMessage(Locale locale)
      Returns the identity of in the form of a localized message for the specified locale.

      Supported API: true
      Specified by:
      getLocalizedMessage in interface LocalizableMessage
      Parameters:
      locale -
      Returns:
      String
    • toString

      public String toString()
      Returns the identity in string form, based on the current locale.

      Supported API: true
      Overrides:
      toString in class Object
      Returns:
      String