wt.identity
Class DisplayIdentificationObjectDelegate

java.lang.Object
  extended by wt.identity.DisplayIdentificationStandardDelegate
      extended by wt.identity.DisplayIdentificationObjectDelegate
All Implemented Interfaces:
Externalizable, Serializable, DisplayIdentification, DisplayIdentificationDelegate

public class DisplayIdentificationObjectDelegate
extends DisplayIdentificationStandardDelegate
implements Externalizable

Provides Identification information for a java.lang.Object object. The type for the object is it's classname and it's identifier is a result of toString().

Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
protected  void initializeIdentifier(Object object)
          Initialize the identifier attribute of this property object.
protected  void initializeType(Object object)
          Initialize the type attribute of this property object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initializeIdentifier

protected void initializeIdentifier(Object object)
Initialize the identifier attribute of this property object.

Supported API: true

Specified by:
initializeIdentifier in class DisplayIdentificationStandardDelegate
Parameters:
object -

initializeType

protected void initializeType(Object object)
Initialize the type attribute of this property object.

Supported API: true

Specified by:
initializeType in class DisplayIdentificationStandardDelegate
Parameters:
object -