wt.fc
Class WTObject

java.lang.Object
  extended by wt.fc.WTObject
All Implemented Interfaces:
Externalizable, Serializable, NetFactor, ObjectMappable, Persistable, DisplayIdentification
Direct Known Subclasses:
AbstractObjectGraph, AbstractObjectGraphNode, AbstractPreference, AXLContext, CabinetManaged, ContentItem, DatedEffectivity, DefaultWTContainerTemplate, EPMSepFamilyTable, EPMSepFamilyTableMaster, EPMWorkspace, ESITransactionMessage, FolderResident, Item, IteratedFolderResident, LifeCycleHistory, LifeCycleSignature, Managed, Master, ObjectSubscription, ObjectToObjectLink, ObjectToVersionLink, PDMLinkProduct, PreferenceInstance, Project2, ReleaseActivityMessage, RevisionControlled, RoleActorRoleMap, RolePoolMap, RolePrincipalMap, RoleRoleMap, SemanticKey, Simple, UnitEffectivity, VersionableChangeItem, VersionToVersionLink, View, WfBallot, wt.workflow.work.WorkItem, WTLibrary, WTPartRequest, WTProductConfiguration, WTProductConfigurationMaster, WTProductInstance2, WTProductInstanceMaster, WTRoleHolder2

public abstract class WTObject
extends Object
implements Persistable, DisplayIdentification, Externalizable

WTObject is the abstract base class for all domain-specific item and link classes.

Supported API: true

Extendable: true

See Also:
Serialized Form

Method Summary
 LocalizableMessage getDisplayIdentifier()
          Use IdentityFactory to return the displayable identifier of the object.
 DisplayIdentity getDisplayIdentity()
          Use IdentityFactory to return the displayable identity of the object.
 LocalizableMessage getDisplayType()
          Use IdentityFactory to return the displayable type of the object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getDisplayType

public LocalizableMessage getDisplayType()
Use IdentityFactory to return the displayable type of the object. This value is suitable for any message.

Supported API: true

Returns:
LocalizableMessage

getDisplayIdentifier

public LocalizableMessage getDisplayIdentifier()
Use IdentityFactory to return the displayable identifier of the object.

Supported API: true

Returns:
LocalizableMessage

getDisplayIdentity

public DisplayIdentity getDisplayIdentity()
Use IdentityFactory to return the displayable identity of the object.

Supported API: true

Returns:
DisplayIdentity