Class ResolutionObject

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

public class ResolutionObject extends Object
Represents a resolution object for a change issue.

Contains a list of element references that represent the resolution of the issue.

Since:
2023-02-16
  • Constructor Details

    • ResolutionObject

      public ResolutionObject()
  • Method Details

    • getElements

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

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