Class RegulatorySubmissionMasterKey
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._SemanticKey
wt.fc.SemanticKey
com.ptc.qualitymanagement.regmstr._RegulatorySubmissionMasterKey
com.ptc.qualitymanagement.regmstr.RegulatorySubmissionMasterKey
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._IdentificationObjectNamespace,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.IdentificationObjectNamespace,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.inf.container._WTContainerNamespace,wt.inf.container.WTContainerNamespace,_OrganizationOwnedIdentificationObjectNamespace,OrganizationOwnedIdentificationObjectNamespace
@GenAsPersistable(superClass=SemanticKey.class,
interfaces={wt.inf.container.WTContainerNamespace.class,OrganizationOwnedIdentificationObjectNamespace.class},
serializable=EXTERNALIZABLE_BASIC)
public class RegulatorySubmissionMasterKey
extends _RegulatorySubmissionMasterKey
Use the newMRegulatorySubmissionMasterKey static factory method(s), not the
RegulatorySubmissionMasterKey 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: false
- See Also:
-
Field Summary
Fields inherited from interface wt.org._OrganizationOwnedIdentificationObjectNamespace
ORGANIZATION_REFERENCE -
Method Summary
Modifier and TypeMethodDescriptionnewRegulatorySubmissionMasterKey(String identity)
Supported API: trueMethods inherited from class com.ptc.qualitymanagement.regmstr._RegulatorySubmissionMasterKey
getOrganizationReference, setOrganizationReferenceMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
-
Method Details
-
newRegulatorySubmissionMasterKey
public static RegulatorySubmissionMasterKey newRegulatorySubmissionMasterKey(String identity) throws WTException
Supported API: true- Parameters:
identity- Unique string representing the identity- Returns:
- MPMOperationMasterKey
- Throws:
WTException
-