Class BasicModelFixContext
- java.lang.Object
- 
- com.e1c.g5.v8.dt.check.qfix.components.BasicFixContext
- 
- com.e1c.g5.v8.dt.check.qfix.components.BasicModelFixContext
 
 
- 
- All Implemented Interfaces:
- IFixContext
 
 public class BasicModelFixContext extends BasicFixContext Basic implementation of the model fix context. Contains the identifier of the target object and the target feature
- 
- 
Constructor SummaryConstructors Constructor Description BasicModelFixContext(long targetObjectId, int targetFeatureId, IDtProject dtProject)Creates the instance of the basic model quick fix context
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTargetFeatureId()Provides the target feature IDlonggetTargetObjectId()Provides the target object ID- 
Methods inherited from class com.e1c.g5.v8.dt.check.qfix.components.BasicFixContextgetDtProject
 
- 
 
- 
- 
- 
Constructor Detail- 
BasicModelFixContextpublic BasicModelFixContext(long targetObjectId, int targetFeatureId, IDtProject dtProject)Creates the instance of the basic model quick fix context- Parameters:
- targetObjectId- the target object ID
- targetFeatureId- target feature, can be -1 if feature is not provided
- dtProject- DT project, cannot be- null
 
 
- 
 
-