Package wt.change2.workset
Class DisplayIdentificationWTWorkSetMasterDelegate
java.lang.Object
wt.identity.DisplayIdentificationStandardDelegate
wt.change2.workset.DisplayIdentificationWTWorkSetMasterDelegate
- All Implemented Interfaces:
Externalizable,Serializable,DisplayIdentification,DisplayIdentificationDelegate
public class DisplayIdentificationWTWorkSetMasterDelegate
extends DisplayIdentificationStandardDelegate
Provides Identification information for a
Supported API: true
Extendable: false
WTWorkSetMaster
object. The type for the object is obtained using Introspection
and the identifier value is the number and name.
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitializeIdentifier(Object object) Initialize the identifier attribute to a StandardNumberedNamedIdentifier This identifier will include the Organization name if the preference "Expose Organization" is turned on.protected voidinitializeType(Object object) Initialize the type attribute of this property object.Methods inherited from class wt.identity.DisplayIdentificationStandardDelegate
initializeIdentifier, initializeType
-
Method Details
-
initializeIdentifier
Initialize the identifier attribute to a StandardNumberedNamedIdentifier This identifier will include the Organization name if the preference "Expose Organization" is turned on.
Supported API: true- Specified by:
initializeIdentifierin classDisplayIdentificationStandardDelegate- Parameters:
object-
-
initializeType
Initialize the type attribute of this property object.
Supported API: true- Specified by:
initializeTypein classDisplayIdentificationStandardDelegate- Parameters:
object-
-