Package wt.change2
Class _WTAnalysisActivityMasterIdentity
java.lang.Object
wt.fc._IdentificationObject
wt.fc.IdentificationObject
wt.change2._ChangeIdentificationObject
wt.change2.ChangeIdentificationObject
wt.change2._WTAnalysisActivityMasterIdentity
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._IdentificationObjectNamespace,wt.fc._NetFactor,wt.fc.IdentificationObjectNamespace,NetFactor,wt.inf.container._WTContainerNamespace,wt.inf.container.WTContainerNamespace,_OrganizationOwnedIdentificationObjectNamespace,OrganizationOwnedIdentificationObjectNamespace
- Direct Known Subclasses:
WTAnalysisActivityMasterIdentity
public abstract class _WTAnalysisActivityMasterIdentity
extends wt.change2.ChangeIdentificationObject
implements Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe end-user provided name that this WTAnalysisActivityIdentity object is responsible setting on a WTAnalysisActivity object at the request of the Identity Service.static final StringA unique number assigned by this WTAnalysisActivityIdentity object for the associated WTAnalysisActivity object when it is stored in the database.Fields inherited from interface wt.org._OrganizationOwnedIdentificationObjectNamespace
ORGANIZATION_REFERENCE -
Method Summary
Modifier and TypeMethodDescriptiongetName()The end-user provided name that this WTAnalysisActivityIdentity object is responsible setting on a WTAnalysisActivity object at the request of the Identity Service.A unique number assigned by this WTAnalysisActivityIdentity object for the associated WTAnalysisActivity object when it is stored in the database.voidThe end-user provided name that this WTAnalysisActivityIdentity object is responsible setting on a WTAnalysisActivity object at the request of the Identity Service.voidA unique number assigned by this WTAnalysisActivityIdentity object for the associated WTAnalysisActivity object when it is stored in the database.Methods inherited from class wt.change2._ChangeIdentificationObject
getOrganizationReference, setOrganizationReferenceMethods inherited from class wt.fc.IdentificationObject
getSemanticKey, initialize, setToObject
-
Field Details
-
NAME
The end-user provided name that this WTAnalysisActivityIdentity object is responsible setting on a WTAnalysisActivity object at the request of the Identity Service.Supported API: true
-
NUMBER
A unique number assigned by this WTAnalysisActivityIdentity object for the associated WTAnalysisActivity object when it is stored in the database.Supported API: true
-
-
Method Details
-
getName
The end-user provided name that this WTAnalysisActivityIdentity object is responsible setting on a WTAnalysisActivity object at the request of the Identity Service.Supported API: true
- See Also:
-
setName
The end-user provided name that this WTAnalysisActivityIdentity object is responsible setting on a WTAnalysisActivity object at the request of the Identity Service.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getNumber
A unique number assigned by this WTAnalysisActivityIdentity object for the associated WTAnalysisActivity object when it is stored in the database.Supported API: true
- See Also:
-
setNumber
A unique number assigned by this WTAnalysisActivityIdentity object for the associated WTAnalysisActivity object when it is stored in the database.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-