Package org.openwms.tms.routing.ui
Class ActionVO
- All Implemented Interfaces:
Serializable
A ActionVO.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
private boolean
private String
private String
private String
private @NotBlank String
private String
private String
private String
Fields inherited from class org.ameba.http.AbstractBase
DATETIME_FORMAT_ZULU
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getKey()
getName()
getRoute()
getType()
int
hashCode()
boolean
hasRoute()
boolean
void
setDescription
(String description) void
setEnabled
(boolean enabled) void
void
setLocation
(String location) void
setLocationGroupName
(String locationGroupName) void
void
setProgram
(String program) 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
-
Field Details
-
name
-
type
-
description
-
route
-
program
-
locationGroupName
-
location
-
key
-
enabled
private boolean enabled
-
-
Constructor Details
-
ActionVO
public ActionVO()
-
-
Method Details
-
getName
-
setName
-
getType
-
setType
-
getDescription
-
setDescription
-
getRoute
-
setRoute
-
getProgram
-
setProgram
-
getLocationGroupName
-
setLocationGroupName
-
getLocation
-
setLocation
-
getKey
-
setKey
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
hasRoute
public boolean hasRoute() -
equals
- Overrides:
equals
in classorg.springframework.hateoas.RepresentationModel<ActionVO>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classorg.springframework.hateoas.RepresentationModel<ActionVO>
-