Package com.ptc.windchill.wadm.cdrl
Class CDRLHelper
java.lang.Object
com.ptc.windchill.wadm.cdrl.CDRLHelper
- All Implemented Interfaces:
Externalizable,Serializable
Supported API: true
Extendable: false.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic CDRLServiceGets the object for the association that plays role: service.static voidsetService(CDRLService a_Service) Sets the object for the association that plays role: service.
-
Method Details
-
getService
Gets the object for the association that plays role: service.
Supported API: true- Returns:
- CDRLService
-
setService
Sets the object for the association that plays role: service.
Supported API: true- Parameters:
a_Service- the new service- Throws:
WTPropertyVetoException- the wT property veto exception
-