wt.epm.identity
Class CADNameContextIdentifier

java.lang.Object
  extended bywt.epm.identity.CADNameContextIdentifier
All Implemented Interfaces:
LocalizableMessage, Message, Serializable

public class CADNameContextIdentifier
extends Object
implements LocalizableMessage, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  Object context
           
private  Object name
           
private static String RESOURCE
           
 
Constructor Summary
CADNameContextIdentifier(Object object)
          

Supported API: false
 
Method Summary
 String getLocalizedMessage(Locale locale)
          Returns the identity of in the form of a localized message for the specified locale.
private  Object getProperty(String property_name, Object object)
           
 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
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

name

private Object name

context

private Object context
Constructor Detail

CADNameContextIdentifier

public CADNameContextIdentifier(Object object)


Supported API: false

Parameters:
object -
Method Detail

toString

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

Supported API: false

Returns:
String

getLocalizedMessage

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

Supported API: false

Specified by:
getLocalizedMessage in interface LocalizableMessage
Parameters:
locale -
Returns:
String

getProperty

private Object getProperty(String property_name,
                           Object object)