Class CAPAAnalysisActivityMasterIdentity

java.lang.Object
wt.fc._IdentificationObject
wt.fc.IdentificationObject
wt.change2._ChangeIdentificationObject
wt.change2.ChangeIdentificationObject
com.ptc.qualitymanagement.capa.investigation._CAPAAnalysisActivityMasterIdentity
com.ptc.qualitymanagement.capa.investigation.CAPAAnalysisActivityMasterIdentity
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,properties={@GeneratedProperty(name="number",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="A unique number assigned by this CAPAAnalysisActivityMasterIdentity object for the associated CAPAAnalysisActivity object when it is stored in the database.",constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=20),columnProperties=@ColumnProperties(columnName="WTCHGANALYSISNUMBER")),@GeneratedProperty(name="name",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="The end-user provided name that this CAPAAnalysisActivityMasterIdentity object is responsible setting on a CAPAAnalysisActivity object at the request of the Identity Service.",constraints=@PropertyConstraints(upperLimit=70))}) public class CAPAAnalysisActivityMasterIdentity extends _CAPAAnalysisActivityMasterIdentity
The identification object for CAPAAnalysisActivity objects. This object is responsible for assigning a unique number to a CAPAAnalysisActivity object when it is stored in the database. It is responsible, through the Identificaition Service, for setting the user-provided name for a CAPAAnalysisActivity object.

Use the newCAPAAnalysisActivityMasterIdentity static factory method(s), not the CAPAAnalysisActivityMasterIdentity 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: