Package wt.eff
Interface EffContext
- All Superinterfaces:
wt.eff._EffContext,wt.fc._Identified,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc._UniquelyIdentified,Identified,NetFactor,ObjectMappable,Persistable,Serializable,UniquelyIdentified
- All Known Subinterfaces:
_EffConfigurationItem,EffConfigurationItem
- All Known Implementing Classes:
_ConfigurationItem,com.ptc.windchill.mpml.resource._MPMOperationAssignableResourceMaster,_MPMPlantMaster,_MPMProcessMaterialMaster,_MPMResourceGroupMaster,com.ptc.windchill.mpml.resource._MPMResourceMaster,_MPMSkillMaster,_MPMToolingMaster,_MPMWorkCenterMaster,_PartListMaster,_ProxyPartMaster,_WTPartMaster,_WTProductInstance,ConfigurationItem,com.ptc.windchill.mpml.resource.MPMOperationAssignableResourceMaster,MPMPlantMaster,MPMProcessMaterialMaster,MPMResourceGroupMaster,MPMResourceMaster,MPMSkillMaster,MPMToolingMaster,MPMWorkCenterMaster,PartListMaster,ProxyPartMaster,WTPartMaster,WTProductInstance
@GenAsPersistable(interfaces=UniquelyIdentified.class,
extendable=true)
public interface EffContext
extends wt.eff._EffContext
The context (
The
Supported API: true
Extendable: true
ProductInstance or EffConfigurationItem)
under which an Eff operates, the EffContext may
be a configuration item, as recognized by PDM Enablers, for example.
The
EffContext is uniquely identified to prevent name collisions
between multiple implementating classes.
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: IDENTIFICATION_OBJECT.voidsetIdentificationObject(IdentificationObject a_IdentificationObject) Sets the value of the attribute: IDENTIFICATION_OBJECT.Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
getIdentificationObject
Gets the value of the attribute: IDENTIFICATION_OBJECT. This API must be completed by implementing classes.
The getter method should be implemented to return an IdentificationObject for use by UniquelyIdentified.
The setter method should be implemented to set the IdentificationObject back to the instance.
Supported API: true- Specified by:
getIdentificationObjectin interfaceIdentified- Returns:
- IdentificationObject
- Throws:
WTException- See Also:
-
setIdentificationObject
Sets the value of the attribute: IDENTIFICATION_OBJECT. This API must be completed by implementing classes.
The getter method should be implemented to return an IdentificationObject for use by UniquelyIdentified.
The setter method should be implemented to set the IdentificationObject back to the instance.
Supported API: true- Parameters:
a_IdentificationObject-- Throws:
WTException- See Also:
-