Class AffectedItem
java.lang.Object
com.technia.dsx.threedspace.change.issue.AffectedItem
Represents an item affected by a change issue.
Contains a list of element references and optional target balloon coordinates that identify which items are affected by the issue.
- Since:
- 2023-02-16
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.technia.dsx.app.model.Referable>voidsetElements(List<com.technia.dsx.app.model.Referable> elements) voidsetTargetBallonCoordinates(List<String> targetBallonCoordinates)
-
Constructor Details
-
AffectedItem
public AffectedItem()
-
-
Method Details
-
getElements
-
setElements
-
getTargetBallonCoordinates
-
setTargetBallonCoordinates
-