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 Summary
Constructors Constructor Description BasicModelFixContext(long targetObjectId, int targetFeatureId, IDtProject dtProject)
Creates the instance of the basic model quick fix context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getTargetFeatureId()
Provides the target feature IDlong
getTargetObjectId()
Provides the target object ID-
Methods inherited from class com.e1c.g5.v8.dt.check.qfix.components.BasicFixContext
getDtProject
-
-
-
-
Constructor Detail
-
BasicModelFixContext
public BasicModelFixContext(long targetObjectId, int targetFeatureId, IDtProject dtProject)
Creates the instance of the basic model quick fix context- Parameters:
targetObjectId
- the target object IDtargetFeatureId
- target feature, can be -1 if feature is not provideddtProject
- DT project, cannot benull
-
-