Package wt.identity

Class 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:
  • Method Details

    • 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 -