Package org.openwms.common.tasks.api
Class TaskVO
A TaskVO.
- Author:
- Heiko Scherrer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate ZonedDateTimestatic final Stringprivate @NotBlank(groups=Update.class) Stringprivate ZonedDateTimeprivate TaskStateprivate Stringprivate @NotBlank(groups=Create.class) StringFields inherited from class org.ameba.http.AbstractBase
DATETIME_FORMAT_ZULU -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAll Fields.getpKey()getState()getType()inthashCode()All Fields.voidsetDescription(String description) voidsetFinishedAt(ZonedDateTime finishedAt) voidvoidsetStartedAt(ZonedDateTime startedAt) voidvoidvoidMethods inherited from class org.ameba.http.AbstractBase
getCreateDt, getLastModifiedDt, getOl, setCreateDt, setLastModifiedDt, setOlMethods 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
-
MEDIA_TYPE
- See Also:
-
pKey
-
taskId
-
description
-
type
-
state
-
startedAt
-
finishedAt
-
-
Constructor Details
-
TaskVO
public TaskVO()
-
-
Method Details
-
getpKey
-
setpKey
-
getTaskId
-
setTaskId
-
getDescription
-
setDescription
-
getType
-
setType
-
getState
-
setState
-
getStartedAt
-
setStartedAt
-
getFinishedAt
-
setFinishedAt
-
equals
All Fields.- Overrides:
equalsin classorg.ameba.http.AbstractBase<TaskVO>
-
hashCode
public int hashCode()All Fields.- Overrides:
hashCodein classorg.ameba.http.AbstractBase<TaskVO>
-