Package wt.part.alternaterep
Class DisplayIdentificationWTPartAlternateRepDelegate
java.lang.Object
wt.identity.DisplayIdentificationStandardDelegate
wt.identity.DisplayIdentificationIteratedDelegate
wt.identity.DisplayIdentificationVersionedDelegate
wt.identity.DisplayIdentificationStandardVersionedDelegate
wt.part.alternaterep.DisplayIdentificationWTPartAlternateRepDelegate
- All Implemented Interfaces:
Externalizable,Serializable,DisplayIdentification,DisplayIdentificationDelegate
public class DisplayIdentificationWTPartAlternateRepDelegate
extends DisplayIdentificationStandardVersionedDelegate
implements Externalizable
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.identity.DisplayIdentificationStandardVersionedDelegate
OLD_FORMAT_VERSION_UIDFields 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 voidinitializeIterationIdentity(Object object) Initialize the identity for the version portion of the object.protected voidinitializeVersionIdentity(Object object) Initialize the identity for the version portion of the object.Methods inherited from class wt.identity.DisplayIdentificationStandardVersionedDelegate
_initializeType, getName, initializeConceptIdentity, initializeConceptIdentity, initializeIdentifier, initializeName, initializeType, initializeType, readVersionMethods inherited from class wt.identity.DisplayIdentificationVersionedDelegate
getConceptIdentity, getDisplayIdentity, getVersionIdentifierValueMessage, getVersionIdentity, readVersion, setConceptIdentity, setVersionIdentityMethods inherited from class wt.identity.DisplayIdentificationIteratedDelegate
getIterationIdentifierValueMessage, getIterationIdentity, readVersion, setIterationIdentityMethods inherited from class wt.identity.DisplayIdentificationStandardDelegate
getAttributes, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentifier, getIdentifierFromNameNumberValues, getMessageKey, getOriginalType, getResourceBundle, getType, initialize, initialize, initialize, initializeIdentifier, intializeFromCache, isInitializedFromCache, readVersion, setIdentifier, setIncludeLabels, setOriginalType, setType
-
Method Details
-
initializeIterationIdentity
Initialize the identity for the version portion of the object.
Supported API: true- Specified by:
initializeIterationIdentityin classDisplayIdentificationStandardVersionedDelegate- Parameters:
object-
-
initializeVersionIdentity
Initialize the identity for the version portion of the object.
Supported API: true- Specified by:
initializeVersionIdentityin classDisplayIdentificationStandardVersionedDelegate- Parameters:
object-
-