Package wt.change2
Class WTAnalysisActivityMasterIdentity
java.lang.Object
wt.fc._IdentificationObject
wt.fc.IdentificationObject
wt.change2._ChangeIdentificationObject
wt.change2.ChangeIdentificationObject
wt.change2._WTAnalysisActivityMasterIdentity
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
@GenAsUnPersistable(superClass=wt.change2.ChangeIdentificationObject.class,interfaces=java.io.Externalizable.class,extendable=true,properties={@GeneratedProperty(name="name",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="The end-user provided name that this WTAnalysisActivityIdentity object is responsible setting on a WTAnalysisActivity object at the request of the Identity Service.",constraints=@PropertyConstraints(upperLimit=70)),@GeneratedProperty(name="number",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="A unique number assigned by this WTAnalysisActivityIdentity object for the associated WTAnalysisActivity object when it is stored in the database.",constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=20),columnProperties=@ColumnProperties(columnName="WTCHGANALYSISNUMBER"))})
public class WTAnalysisActivityMasterIdentity
extends _WTAnalysisActivityMasterIdentity
The identification object for WTAnalysisActivity objects. This object
is responsible for assigning a unique number to a WTAnalysisActivity
object when it is stored in the database. It is responsible, through
the Identificaition Service, for setting the user-provided name for a
WTAnalysisActivity object.
Use the newWTAnalysisActivityMasterIdentity static factory
method(s), not the WTAnalysisActivityMasterIdentity constructor,
to construct instances of this class. Instances must be constructed
using the static factory(s), in order to ensure proper initialization
of the instance.
Supported API: true
Extendable: true
- See Also:
-
Field Summary
Fields inherited from class wt.change2._WTAnalysisActivityMasterIdentity
EXTERNALIZATION_VERSION_UID, NAME, NUMBERFields inherited from interface wt.org._OrganizationOwnedIdentificationObjectNamespace
ORGANIZATION_REFERENCEFields inherited from interface wt.inf.container._WTContainerNamespace
CONTAINED_IDENTIFIED, CONTAINER_REFERENCE, NAMESPACE_REFERENCEFields inherited from interface wt.inf.container.WTContainerNamespace
NAMESPACE_ID -
Method Summary
Modifier and TypeMethodDescriptionReturns the number.
Supported API: truevoidSets the value of the attribute: name; A name assigned by this WTAnalysisActivityIdentity object for the associated WTAnalysisActivity object when it is stored in the database.voidSets the value of the attribute: number; A 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._WTAnalysisActivityMasterIdentity
getClassInfo, getConceptualClassname, getName, getNumber, readExternal, readVersion, super_readExternal_WTAnalysisActivityMasterIdentity, super_readVersion_WTAnalysisActivityMasterIdentity, super_writeExternal_WTAnalysisActivityMasterIdentity, writeExternalMethods inherited from class wt.change2.ChangeIdentificationObject
getKeyClassNameMethods inherited from class wt.change2._ChangeIdentificationObject
getContainedIdentified, getContainerReference, getNamespaceReference, getOrganizationReference, readVersion, setContainedIdentified, setContainerReference, setNamespaceReference, setOrganizationReference, super_readExternal_ChangeIdentificationObject, super_readVersion_ChangeIdentificationObject, super_writeExternal_ChangeIdentificationObjectMethods inherited from class wt.fc.IdentificationObject
changeIdentity, checkIdentity, createKey, getSemanticKey, initialize, setAdditionalKeyAttributes, toStringMethods inherited from class wt.fc._IdentificationObject
readVersion
-
Method Details
-
setNumber
Sets the value of the attribute: number; A unique number assigned by this WTAnalysisActivityIdentity object for the associated WTAnalysisActivity object when it is stored in the database.
Supported API: true- Overrides:
setNumberin class_WTAnalysisActivityMasterIdentity- Parameters:
a_Number-- Throws:
WTPropertyVetoException- See Also:
-
setName
Sets the value of the attribute: name; A name assigned by this WTAnalysisActivityIdentity object for the associated WTAnalysisActivity object when it is stored in the database.
Supported API: true- Overrides:
setNamein class_WTAnalysisActivityMasterIdentity- Parameters:
a_Name-- Throws:
WTPropertyVetoException- See Also:
-
getIdentity
Returns the number.
Supported API: true- Overrides:
getIdentityin classwt.change2.ChangeIdentificationObject- Returns:
- String
-
newWTAnalysisActivityMasterIdentity
public static WTAnalysisActivityMasterIdentity newWTAnalysisActivityMasterIdentity(WTAnalysisActivityMaster activity) throws WTException
Supported API: true- Parameters:
activity-- Returns:
- WTAnalysisActivityMasterIdentity
- Throws:
WTException
-