Class FDAUDISubmission
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
com.ptc.qualitymanagement.udi._UDISubmission
com.ptc.qualitymanagement.udi.UDISubmission
com.ptc.qualitymanagement.udi.fda._FDAUDISubmission
com.ptc.qualitymanagement.udi.fda.FDAUDISubmission
- All Implemented Interfaces:
com.ptc.qualitymanagement.qms._QMSValidatable,com.ptc.qualitymanagement.qms.QMSManageable,com.ptc.qualitymanagement.qms.QMSValidatable,com.ptc.qualitymanagement.udi.fda._FDAUDISubmissionTypeInterface,com.ptc.qualitymanagement.udi.fda.FDAUDISubmissionTypeInterface,com.ptc.windchill.bac._BACManaged,com.ptc.windchill.bac.BACManaged,Externalizable,Serializable,wt.access._AccessControlled,wt.access._AccessControlList,wt.access._AdHocControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.AccessControlList,AdHocControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.content._ContentHolder,wt.content._FormatContentHolder,ContentHolder,FormatContentHolder,wt.enterprise._Templateable,wt.enterprise.Templateable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,wt.folder._CabinetBased,wt.folder._Foldered,wt.folder._FolderEntry,wt.folder._FolderServiceManaged,CabinetBased,Foldered,FolderEntry,wt.folder.FolderServiceManaged,wt.iba.value._IBAHolder,wt.iba.value.IBAHolder,DisplayIdentification,wt.inf.container._WTContained,wt.inf.container._WTContainedFilterable,WTContained,wt.inf.container.WTContainedFilterable,wt.lifecycle._IteratedLifeCycleManaged,_LifeCycleManaged,IteratedLifeCycleManaged,LifeCycleManaged,wt.ownership._Ownable,wt.ownership.Ownable,wt.recent.RecentlyVisited,wt.reservation._Reservable,Reservable,_TeamManaged,TeamManaged,wt.type._Typed,wt.type._TypeManaged,wt.type.FlexTyped,wt.type.Typed,wt.type.TypeManaged,_Iterated,Iterated
@GenAsPersistable(superClass=UDISubmission.class,interfaces=com.ptc.qualitymanagement.udi.fda.FDAUDISubmissionTypeInterface.class,serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="versionNumber",type=java.lang.Long.class,initialValue="1L"),@GeneratedProperty(name="publishDate",type=java.sql.Timestamp.class),@GeneratedProperty(name="exemptFromDPM",type=java.lang.Boolean.class,javaDoc="Exempt from Direct Part Marking"),@GeneratedProperty(name="exemptDPMReason",type=java.lang.String.class,constraints=@PropertyConstraints(upperLimit=20),javaDoc="@deprecated removed from specification 09.24.2013"),@GeneratedProperty(name="exemptFromPremarketAuthorization",type=java.lang.Boolean.class,javaDoc="When false Premarket Authorization objects are required.")},foreignKeys=@GeneratedForeignKey(name="FDAUDIMasterIteration",foreignKeyRole=@ForeignKeyRole(name="master",type=FDAUDISubmissionMaster.class,cascade=false,constraints=@PropertyConstraints(required=true),supportedAPI=PUBLIC),myRole=@MyRole(name="iteration",cascade=false,supportedAPI=PUBLIC)),derivedProperties={@DerivedProperty(name="name",derivedFrom="master>name",supportedAPI=PUBLIC),@DerivedProperty(name="number",derivedFrom="master>number",supportedAPI=PUBLIC),@DerivedProperty(name="setID",derivedFrom="master>setID",supportedAPI=PUBLIC)})
public class FDAUDISubmission
extends _FDAUDISubmission
Object for FDA UDI Submissions
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class com.ptc.qualitymanagement.udi.fda._FDAUDISubmission
SET_IDFields inherited from class com.ptc.qualitymanagement.udi._UDISubmission
NAME, NUMBERFields inherited from interface wt.vc._Iterated
CONTROL_BRANCH, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME, ITERATION_IDENTIFIER, ITERATION_NOTE, LATEST_ITERATION, MASTER, MASTER_REFERENCE, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAMEFields inherited from interface wt.lifecycle._LifeCycleManaged
LIFE_CYCLE_STATE, STATEFields inherited from interface wt.team._TeamManaged
TEAM_ID, TEAM_TEMPLATE_ID -
Method Summary
Modifier and TypeMethodDescriptionprotected voidSupports initialization, following construction of an instance.static FDAUDISubmissionDefault factory for the class.Methods inherited from class com.ptc.qualitymanagement.udi.fda._FDAUDISubmission
getName, getNumber, getSetID, setName, setNumber, setSetIDMethods inherited from class com.ptc.qualitymanagement.udi.UDISubmission
getSubmittedForMethods inherited from class com.ptc.qualitymanagement.udi._UDISubmission
getControlBranch, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationNote, getLifeCycleState, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, getState, getTeamId, getTeamTemplateId, isLatestIteration, setMaster, setMasterReferenceMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
newFDAUDISubmission
Default factory for the class.
Supported API: true- Returns:
- BlankValue
- Throws:
WTException
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Overrides:
initializein classWTObject- Parameters:
name-- Throws:
WTException
-