Package wt.identity
Class DisplayIdentificationChangeObjectDelegate
java.lang.Object
wt.identity.DisplayIdentificationStandardDelegate
wt.identity.DisplayIdentificationIteratedDelegate
wt.identity.DisplayIdentificationVersionedDelegate
wt.identity.DisplayIdentificationStandardVersionedDelegate
wt.identity.DisplayIdentificationChangeObjectDelegate
- All Implemented Interfaces:
Externalizable,Serializable,DisplayIdentification,DisplayIdentificationDelegate
public class DisplayIdentificationChangeObjectDelegate
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 voidinitializeType(Object object) Initialize the type attribute of this property object.Methods inherited from class wt.identity.DisplayIdentificationStandardVersionedDelegate
initializeConceptIdentity, initializeConceptIdentity, initializeTypeMethods inherited from class wt.identity.DisplayIdentificationStandardDelegate
initializeIdentifier
-
Method Details
-
initializeIdentifier
Initialize the identifier attribute of this property object.
Supported API: true- Overrides:
initializeIdentifierin classDisplayIdentificationStandardVersionedDelegate- Parameters:
object-
-
initializeType
Initialize the type attribute of this property object.
Supported API: true- Overrides:
initializeTypein classDisplayIdentificationStandardVersionedDelegate- Parameters:
object-
-