wt.identity
Class DisplayIdentificationStandardDelegate

java.lang.Object
  extended by wt.identity.DisplayIdentificationStandardDelegate
All Implemented Interfaces:
Externalizable, Serializable, DisplayIdentification, DisplayIdentificationDelegate
Direct Known Subclasses:
DisplayIdentificationAnnotationSetDelegate, DisplayIdentificationChangeItemDelegate, DisplayIdentificationChangeObjectMasterDelegate, DisplayIdentificationEffConfigurationItemDelegate, DisplayIdentificationEffGroupDelegate, DisplayIdentificationEPMFamilyTableMasterDelegate, DisplayIdentificationIteratedDelegate, DisplayIdentificationMPMMasterDelegate, DisplayIdentificationObjectDelegate, DisplayIdentificationPersistableDelegate, DisplayIdentificationScmAdapterDelegate, DisplayIdentificationWithLabelsDelegate, DisplayIdentificationWorkPackageMasterDelegate, DisplayIdentificationWTContainerTemplateMasterDelegate, DisplayIdentificationWTDocumentDependencyLinkDelegate, DisplayIdentificationWTDocumentMasterDelegate, DisplayIdentificationWTPartConfigSpecDelegate, DisplayIdentificationWTPartMasterDelegate, DisplayIdentificationWTProductConfigurationDelegate, DisplayIdentificationWTProductInstanceMasterDelegate, SecuredIdentificationDelegate

public abstract class DisplayIdentificationStandardDelegate
extends Object
implements DisplayIdentificationDelegate, Externalizable

This is a standard delegate implementation for providing display identification information for objects. It utilizes only basic windchill util mechanisms and is unaware of any Windchill plug'n play. It's goal is a very light-weight delegate. The class provides a basic pattern for delegate initialization which classes that implement this one can utilize.

Supported API: true

Extendable: true

See Also:
Serialized Form

Method Summary
protected abstract  void initializeIdentifier(Object object)
          Initialize the identifier attribute of this property object.
protected abstract  void initializeType(Object object)
          Initialize the type attribute of this property object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initializeIdentifier

protected abstract void initializeIdentifier(Object object)
Initialize the identifier attribute of this property object.

Supported API: true

Parameters:
object -

initializeType

protected abstract void initializeType(Object object)
Initialize the type attribute of this property object.

Supported API: true

Parameters:
object -