wt.identity
Class StandardDisplayIdentity

java.lang.Object
  extended by wt.identity.StandardDisplayIdentity
All Implemented Interfaces:
Serializable, DisplayIdentity, LocalizableMessage, Message
Direct Known Subclasses:
StandardEffGroupDisplayIdentity, StandardIterationDisplayIdentity, StandardRevisionDisplayIdentity, StandardRevisionViewDisplayIdentity, StandardVersionedDisplayIdentity, StandardViewDisplayIdentity, StandardWTProductInstance2DisplayIdentity

public class StandardDisplayIdentity
extends Object
implements DisplayIdentity, Serializable

Implements DisplayIdentity using a resource bundle and message key.

Supported API: true

Extendable: true

See Also:
Serialized Form

Method Summary
 String getLocalizedMessage(Locale locale)
          Returns the identity of in the form of a localized message for the specified locale.
 String toString()
          Returns the identity in string form, based on the current locale.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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