wt.identity
Class DisplayIdentificationVersionedDelegate

java.lang.Object
  extended by wt.identity.DisplayIdentificationStandardDelegate
      extended by wt.identity.DisplayIdentificationIteratedDelegate
          extended by wt.identity.DisplayIdentificationVersionedDelegate
All Implemented Interfaces:
Externalizable, Serializable, DisplayIdentification, DisplayIdentificationDelegate
Direct Known Subclasses:
DisplayIdentificationStandardVersionedDelegate

public abstract class DisplayIdentificationVersionedDelegate
extends DisplayIdentificationIteratedDelegate
implements Externalizable

This is a standard delegate implementation for providing display identification information for versioned objects. The class provides a basic pattern for delegate initialization (versioned objects) which classes that implement this one can utilize.

Supported API: true

Extendable: true

See Also:
VersionedDisplayIdentity, Serialized Form

Method Summary
protected abstract  void initializeConceptIdentity(Object object)
          Initialize the identity for the concept portion of the object.
protected abstract  void initializeVersionIdentity(Object object)
          Initialize the identity for the version portion of the object.
 
Methods inherited from class wt.identity.DisplayIdentificationIteratedDelegate
initializeIterationIdentity
 
Methods inherited from class wt.identity.DisplayIdentificationStandardDelegate
initializeIdentifier, initializeType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initializeConceptIdentity

protected abstract void initializeConceptIdentity(Object object)
Initialize the identity for the concept portion of the object.

Supported API: true

Parameters:
object -

initializeVersionIdentity

protected abstract void initializeVersionIdentity(Object object)
Initialize the identity for the version portion of the object.

Supported API: true

Parameters:
object -