wt.identity
Class DisplayIdentificationVersionedDelegate
java.lang.Object
wt.identity.DisplayIdentificationStandardDelegate
wt.identity.DisplayIdentificationIteratedDelegate
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 -