Class TaskGroupVO

java.lang.Object
org.springframework.hateoas.RepresentationModel<TaskGroupVO>
org.ameba.http.AbstractBase<TaskGroupVO>
org.openwms.common.tasks.api.TaskGroupVO

public class TaskGroupVO extends org.ameba.http.AbstractBase<TaskGroupVO>
A TaskGroupVO.
Author:
Heiko Scherrer
  • Field Details

    • name

      private String name
      The name of the TaskGroup.
    • description

      private String description
    • tasks

      private Set<TaskVO> tasks
  • Constructor Details

    • TaskGroupVO

      public TaskGroupVO()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getTasks

      public Set<TaskVO> getTasks()
    • setTasks

      public void setTasks(Set<TaskVO> tasks)
    • equals

      public boolean equals(Object o)
      All fields.
      Overrides:
      equals in class org.springframework.hateoas.RepresentationModel<TaskGroupVO>
    • hashCode

      public int hashCode()
      All fields.
      Overrides:
      hashCode in class org.springframework.hateoas.RepresentationModel<TaskGroupVO>