Package org.openwms.tms.routing.ui.api
Class ActionVO
- All Implemented Interfaces:
Serializable
A ActionVO.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate booleanprivate Stringprivate Stringprivate Stringprivate @NotBlank Stringprivate Stringprivate Stringprivate StringFields inherited from class org.ameba.http.AbstractBase
DATETIME_FORMAT_ZULU -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getName()getRoute()getType()inthashCode()booleanhasRoute()booleanvoidsetDescription(String description) voidsetEnabled(boolean enabled) voidvoidsetLocation(String location) voidsetLocationGroupName(String locationGroupName) voidvoidsetProgram(String program) voidvoidMethods 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
-
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:
equalsin classorg.ameba.http.AbstractBase<ActionVO>
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.ameba.http.AbstractBase<ActionVO>
-