Class RegulatorySubmissionMasterIdentity
java.lang.Object
wt.fc._IdentificationObject
wt.fc.IdentificationObject
com.ptc.qualitymanagement.regmstr._RegulatorySubmissionMasterIdentity
com.ptc.qualitymanagement.regmstr.RegulatorySubmissionMasterIdentity
- 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=IdentificationObject.class,interfaces={OrganizationOwnedIdentificationObjectNamespace.class,wt.inf.container.WTContainerNamespace.class,java.io.Externalizable.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="number",type=java.lang.String.class,constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=40)),@GeneratedProperty(name="name",type=java.lang.String.class,constraints=@PropertyConstraints(upperLimit=60,required=true))})
public class RegulatorySubmissionMasterIdentity
extends _RegulatorySubmissionMasterIdentity
The identification object for RegulatorySubmission objects. This object is responsible for assigning a unique number
to a RegulatorySubmission object when it is stored in the database. It is responsible, through the Identification
Service, for setting the user-provided name for a RegulatorySubmission object.
Use the newRegulatorySubmissionMasterIdentity static factory method(s), not the
RegulatorySubmissionMasterIdentity 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 com.ptc.qualitymanagement.regmstr._RegulatorySubmissionMasterIdentity
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.protected voidinitialize(RegulatorySubmissionMaster submission) Supports initialization, following construction of an instance.
Supported API: truevoidSets the value of the attribute: name; A name assigned by this RegulatorySubmissionMasterIdentity object for the associated RegulatorySubmission object when it is stored in the database.voidSets the value of the attribute: number; A unique number assigned by this RegulatorySubmissionMasterIdentity object for the associated RegulatorySubmissionM object when it is stored in the database.Methods inherited from class com.ptc.qualitymanagement.regmstr._RegulatorySubmissionMasterIdentity
getClassInfo, getConceptualClassname, getContainedIdentified, getContainerReference, getName, getNamespaceReference, getNumber, getOrganizationReference, readExternal, readVersion, setContainedIdentified, setContainerReference, setNamespaceReference, setOrganizationReference, super_readExternal_RegulatorySubmissionMasterIdentity, super_readVersion_RegulatorySubmissionMasterIdentity, super_writeExternal_RegulatorySubmissionMasterIdentity, writeExternalMethods 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 RegulatorySubmissionMasterIdentity object for the associated RegulatorySubmissionM object when it is stored in the database.
Supported API: true- Overrides:
setNumberin class_RegulatorySubmissionMasterIdentity- Parameters:
a_Number-- Throws:
WTPropertyVetoException- See Also:
-
setName
Sets the value of the attribute: name; A name assigned by this RegulatorySubmissionMasterIdentity object for the associated RegulatorySubmission object when it is stored in the database.
Supported API: true- Overrides:
setNamein class_RegulatorySubmissionMasterIdentity- Parameters:
a_Name-- Throws:
WTPropertyVetoException- See Also:
-
newRegulatorySubmissionMasterIdentity
public static RegulatorySubmissionMasterIdentity newRegulatorySubmissionMasterIdentity(RegulatorySubmissionMaster submission) throws WTException
Supported API: true- Parameters:
part-- Returns:
- FDAUDISubmissionMasterIdentity
- Throws:
WTException
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Parameters:
part-- Throws:
WTException
-
getIdentity
Returns the number.
Supported API: true- Specified by:
getIdentityin classIdentificationObject- Returns:
- String
-