Package com.ptc.wpc.core.impl
Class PDMPackageImpl
java.lang.Object
com.ptc.wpc.core.impl.PDMPackageImpl
- All Implemented Interfaces:
PDMPackage,Serializable
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from interface com.ptc.wpc.core.PDMPackage
BASELINES, PACKAGE_INFO, PDMSET -
Method Summary
Modifier and TypeMethodDescriptioncom.ptc.wpc.core.PDMBaseline[]Gets the object for the association that plays role: baselines.Gets the object for the association that plays role: packageInfo.com.ptc.wpc.core.PDMSetGets the object for the association that plays role: pdmset.voidsetBaselines(com.ptc.wpc.core.PDMBaseline[] a_Baselines) Sets the object for the association that plays role: baselines.voidsetPackageInfo(PackageInfo a_PackageInfo) Sets the object for the association that plays role: packageInfo.voidsetPdmset(com.ptc.wpc.core.PDMSet a_Pdmset) Sets the object for the association that plays role: pdmset.
-
Method Details
-
getPdmset
public com.ptc.wpc.core.PDMSet getPdmset()Gets the object for the association that plays role: pdmset.
Supported API: true- Specified by:
getPdmsetin interfacePDMPackage- Returns:
- PDMSet
-
setPdmset
public void setPdmset(com.ptc.wpc.core.PDMSet a_Pdmset) Sets the object for the association that plays role: pdmset.
Supported API: true- Parameters:
a_Pdmset-
-
getBaselines
public com.ptc.wpc.core.PDMBaseline[] getBaselines()Gets the object for the association that plays role: baselines.
Supported API: true- Specified by:
getBaselinesin interfacePDMPackage- Returns:
- PDMBaseline[]
-
setBaselines
public void setBaselines(com.ptc.wpc.core.PDMBaseline[] a_Baselines) Sets the object for the association that plays role: baselines.
Supported API: true- Parameters:
a_Baselines-
-
getPackageInfo
Gets the object for the association that plays role: packageInfo.
Supported API: true- Specified by:
getPackageInfoin interfacePDMPackage- Returns:
- PackageInfo
-
setPackageInfo
Sets the object for the association that plays role: packageInfo.
Supported API: true- Parameters:
a_PackageInfo-
-