java.lang.Object
com.technia.dsx.threedspace.change.issue.IssueBasics
com.technia.dsx.threedspace.change.issue.Issue
All Implemented Interfaces:
com.technia.dsx.app.model.WithAttributes, com.technia.dsx.app.model.WithCEStamp

public class Issue extends IssueBasics
Since:
2023-02-16
  • Constructor Details

    • Issue

      public Issue()
  • Method Details

    • getMembers

      public Members getMembers()
    • setMembers

      public void setMembers(Members members)
    • getAffectedItems

      public List<AffectedItem> getAffectedItems()
    • setAffectedItems

      public void setAffectedItems(List<AffectedItem> affectedItems)
    • getResolvedBy

      public List<com.technia.dsx.app.model.Referable> getResolvedBy()
    • setResolvedBy

      public void setResolvedBy(List<com.technia.dsx.app.model.Referable> resolvedBy)
    • getResolution

      public List<ResolutionObject> getResolution()
    • setResolution

      public void setResolution(List<ResolutionObject> resolution)
    • getContexts

      public List<com.technia.dsx.app.model.Referable> getContexts()
    • setContexts

      public void setContexts(List<com.technia.dsx.app.model.Referable> contexts)
    • getCustomerAttributes

      public CustomerAttributes getCustomerAttributes()
    • setCustomerAttributes

      public void setCustomerAttributes(CustomerAttributes customerAttributes)
    • toString

      public String toString()
      Overrides:
      toString in class IssueBasics