Package org.openwms.tms.routing.ui.api
Class ActionVO
- All Implemented Interfaces:
- Serializable
A ActionVO.
- Author:
- Heiko Scherrer
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate Stringprivate booleanprivate Stringprivate Stringprivate Stringprivate @NotBlank Stringprivate Stringprivate Stringprivate StringFields inherited from class org.ameba.http.AbstractBaseDATETIME_FORMAT_ZULU
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.AbstractBasegetCreateDt, getLastModifiedDt, getOl, setCreateDt, setLastModifiedDt, setOlMethods inherited from class org.springframework.hateoas.RepresentationModeladd, 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
- 
enabledprivate boolean enabled
 
- 
- 
Constructor Details- 
ActionVOpublic ActionVO()
 
- 
- 
Method Details- 
getName
- 
setName
- 
getType
- 
setType
- 
getDescription
- 
setDescription
- 
getRoute
- 
setRoute
- 
getProgram
- 
setProgram
- 
getLocationGroupName
- 
setLocationGroupName
- 
getLocation
- 
setLocation
- 
getKey
- 
setKey
- 
isEnabledpublic boolean isEnabled()
- 
setEnabledpublic void setEnabled(boolean enabled) 
- 
hasRoutepublic boolean hasRoute()
- 
equals- Overrides:
- equalsin class- org.ameba.http.AbstractBase<ActionVO>
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- org.ameba.http.AbstractBase<ActionVO>
 
 
-