Package 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
Supported API: true
Extendable: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidinitializeConceptIdentity(Object object) Initialize the identity for the concept portion of the object.protected abstract voidinitializeVersionIdentity(Object object) Initialize the identity for the version portion of the object.Methods inherited from class wt.identity.DisplayIdentificationIteratedDelegate
initializeIterationIdentityMethods inherited from class wt.identity.DisplayIdentificationStandardDelegate
initializeIdentifier, initializeIdentifier, initializeType, initializeType
-
Method Details
-
initializeConceptIdentity
Initialize the identity for the concept portion of the object.
Supported API: true- Parameters:
object-
-
initializeVersionIdentity
Initialize the identity for the version portion of the object.
Supported API: true- Parameters:
object-
-