Class AffectedItem

java.lang.Object
com.technia.dsx.threedspace.change.issue.AffectedItem

public class AffectedItem extends Object
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 Details

    • AffectedItem

      public AffectedItem()
  • Method Details

    • getElements

      public List<com.technia.dsx.app.model.Referable> getElements()
    • setElements

      public void setElements(List<com.technia.dsx.app.model.Referable> elements)
    • getTargetBallonCoordinates

      public List<String> getTargetBallonCoordinates()
    • setTargetBallonCoordinates

      public void setTargetBallonCoordinates(List<String> targetBallonCoordinates)