wt.identity
Interface DisplayIdentification

All Known Subinterfaces:
ContainerTeamManaged, DisplayIdentificationDelegate, WTContainer
All Known Implementing Classes:
DisplayIdentificationStandardDelegate, EffGroup, ExchangeContainer, OrgContainer, PDMLinkProduct, Project2, WTLibrary, WTObject

public interface DisplayIdentification

Provides displayable identification information about an object. This interface is intended to be plugged in to any object that needs to offer displayable (ie subject to localization) information about it's identification.

Supported API: true

Extendable: true

See Also:
DisplayIdentity, LocalizableMessage, Locale

Field Summary
static String DISPLAY_IDENTIFIER
           
static String DISPLAY_IDENTITY
           
static String DISPLAY_TYPE
           
 
Method Summary
 LocalizableMessage getDisplayIdentifier()
          Returns a localizable message describing the identifier for the object.
 DisplayIdentity getDisplayIdentity()
          

Supported API: false
 LocalizableMessage getDisplayType()
          Returns a localizable message describing the object's type.
 

Field Detail

DISPLAY_TYPE

public static final String DISPLAY_TYPE
See Also:
Constant Field Values

DISPLAY_IDENTITY

public static final String DISPLAY_IDENTITY
See Also:
Constant Field Values

DISPLAY_IDENTIFIER

public static final String DISPLAY_IDENTIFIER
See Also:
Constant Field Values
Method Detail

getDisplayType

public LocalizableMessage getDisplayType()
Returns a localizable message describing the object's type.

Supported API: false

Returns:
LocalizableMessage

getDisplayIdentifier

public LocalizableMessage getDisplayIdentifier()
Returns a localizable message describing the identifier for the object.

Supported API: false

Returns:
LocalizableMessage

getDisplayIdentity

public DisplayIdentity getDisplayIdentity()


Supported API: false

Returns:
DisplayIdentity