Package org.openwms.common.tasks.api
Class TaskGroupVO
java.lang.Object
org.springframework.hateoas.RepresentationModel<TaskGroupVO>
org.ameba.http.AbstractBase<TaskGroupVO>
org.openwms.common.tasks.api.TaskGroupVO
A TaskGroupVO.
- Author:
- Heiko Scherrer
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ameba.http.AbstractBase
getOl, 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
-
Field Details
-
name
The name of the TaskGroup. -
description
-
tasks
-
-
Constructor Details
-
TaskGroupVO
public TaskGroupVO()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getTasks
-
setTasks
-
equals
All fields.- Overrides:
equals
in classorg.springframework.hateoas.RepresentationModel<TaskGroupVO>
-
hashCode
public int hashCode()All fields.- Overrides:
hashCode
in classorg.springframework.hateoas.RepresentationModel<TaskGroupVO>
-