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 Summary

    Fields
    Modifier and Type
    Field
    Description
    private String
     
    private String
    The name of the TaskGroup.
    private Set<TaskVO>
     

    Fields inherited from class org.ameba.http.AbstractBase

    DATETIME_FORMAT_ZULU
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    All fields.
     
     
     
    int
    All fields.
    void
    setDescription(String description)
     
    void
     
    void
     

    Methods inherited from class org.ameba.http.AbstractBase

    getCreateDt, getLastModifiedDt, getOl, setCreateDt, setLastModifiedDt, setOl

    Methods inherited from class org.springframework.hateoas.RepresentationModel

    add, add, add, addAllIf, addIf, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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.ameba.http.AbstractBase<TaskGroupVO>
    • hashCode

      public int hashCode()
      All fields.
      Overrides:
      hashCode in class org.ameba.http.AbstractBase<TaskGroupVO>