Package wt.identity
Class DisplayIdentificationIteratedDelegate
java.lang.Object
wt.identity.DisplayIdentificationStandardDelegate
wt.identity.DisplayIdentificationIteratedDelegate
- All Implemented Interfaces:
Externalizable,Serializable,DisplayIdentification,DisplayIdentificationDelegate
- Direct Known Subclasses:
DisplayIdentificationDefaultWTContainerTemplateDelegate,DisplayIdentificationVersionedDelegate
public abstract class DisplayIdentificationIteratedDelegate
extends DisplayIdentificationStandardDelegate
implements Externalizable
Supported API: true
Extendable: true
- See Also:
-
Field Summary
Fields inherited from class wt.identity.DisplayIdentificationStandardDelegate
includeLabels, VERBOSEFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidinitializeIterationIdentity(Object object) Initialize the identity for the version portion of the object.Methods inherited from class wt.identity.DisplayIdentificationStandardDelegate
getAttributes, getDisplayIdentifier, getDisplayIdentity, getDisplayIdentity, getDisplayType, getIdentifier, getIdentifierFromNameNumberValues, getMessageKey, getOriginalType, getResourceBundle, getType, initialize, initialize, initialize, initializeIdentifier, initializeIdentifier, initializeType, initializeType, intializeFromCache, isInitializedFromCache, readVersion, setIdentifier, setIncludeLabels, setOriginalType, setType
-
Method Details
-
initializeIterationIdentity
Initialize the identity for the version portion of the object.
Supported API: true- Parameters:
object-
-