Class AssigneeRelData

java.lang.Object
com.technia.dsx.threedspace.project.task.AssigneeRelData

public class AssigneeRelData extends Object
Represents relationship data for a task assignee.

Contains the allocation percentage indicating how much of the assignee's time is allocated to this task.

Since:
2023-11-08
  • Constructor Details

    • AssigneeRelData

      public AssigneeRelData()
  • Method Details

    • getAllocation

      public String getAllocation()
    • setAllocation

      public void setAllocation(String allocation)
    • toString

      public String toString()
      Overrides:
      toString in class Object