Class PartBasedCaseSpecificContextCollector.Target
java.lang.Object
com._1c.g5.v8.internal.derived.context.PartBasedCaseSpecificContextCollector.Target
- Enclosing class:
- PartBasedCaseSpecificContextCollector
-
Constructor Summary
ConstructorsConstructorDescriptionTarget
(PartBasedCaseSpecificContextCollector.TargetType type, Object coordinates, boolean syncContext) TODO proper java doc -
Method Summary
Modifier and TypeMethodDescriptiongetType()
boolean
boolean
void
setFullRebuild
(boolean fullRebuild) void
setSegmentId
(String segmentId)
-
Constructor Details
-
Target
public Target(PartBasedCaseSpecificContextCollector.TargetType type, Object coordinates, boolean syncContext) TODO proper java doc- Parameters:
type
-coordinates
-
-
-
Method Details
-
getCoordinates
- Returns:
- the coordinates
-
getSegmentId
- Returns:
- the segmentId
-
getType
- Returns:
- the type
-
isFullRebuild
public boolean isFullRebuild()- Returns:
- the fullRebuild
-
isSyncContext
public boolean isSyncContext()- Returns:
- the syncContext
-
setFullRebuild
public void setFullRebuild(boolean fullRebuild) - Parameters:
fullRebuild
- the fullRebuild to set
-
setSegmentId
- Parameters:
segmentId
- the segmentId to set
-