Package wt.part
Class DisplayIdentificationWTProductInstance2Delegate
java.lang.Object
wt.identity.DisplayIdentificationStandardDelegate
wt.identity.DisplayIdentificationIteratedDelegate
wt.identity.DisplayIdentificationVersionedDelegate
wt.identity.DisplayIdentificationStandardVersionedDelegate
wt.part.DisplayIdentificationWTProductInstance2Delegate
- All Implemented Interfaces:
Externalizable,Serializable,DisplayIdentification,DisplayIdentificationDelegate
public class DisplayIdentificationWTProductInstance2Delegate
extends DisplayIdentificationStandardVersionedDelegate
implements Externalizable
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitializeIdentifier(Object object) Initialize the identifier attribute of this property object.protected voidinitializeIterationIdentity(Object object) Initialize the identity for the concept portion of the object.protected voidinitializeVersionIdentity(Object object) Initialize the identity for the concept portion of the object.Methods inherited from class wt.identity.DisplayIdentificationStandardVersionedDelegate
initializeConceptIdentity, initializeConceptIdentity, initializeType, initializeTypeMethods inherited from class wt.identity.DisplayIdentificationStandardDelegate
initializeIdentifier
-
Method Details
-
initializeVersionIdentity
Initialize the identity for the concept portion of the object.
Supported API: true- Specified by:
initializeVersionIdentityin classDisplayIdentificationStandardVersionedDelegate- Parameters:
object-
-
initializeIterationIdentity
Initialize the identity for the concept portion of the object.
Supported API: true- Specified by:
initializeIterationIdentityin classDisplayIdentificationStandardVersionedDelegate- Parameters:
object-
-
initializeIdentifier
Initialize the identifier attribute of this property object.
Supported API: true- Overrides:
initializeIdentifierin classDisplayIdentificationStandardVersionedDelegate- Parameters:
object-
-