Package org.openwms.tms.routing.ui.api
Class RouteVO
- All Implemented Interfaces:
- Serializable
A RouteVO.
- Author:
- Heiko Scherrer
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate Stringprivate Booleanprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate StringFields inherited from class org.ameba.http.AbstractBaseDATETIME_FORMAT_ZULU
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetKey()getName()inthashCode()booleanbooleanvoidsetDescription(String description) voidsetEnabled(Boolean enabled) voidvoidvoidsetSourceLocationGroupName(String sourceLocationGroupName) voidsetSourceLocationName(String sourceLocationName) voidsetTargetLocationGroupName(String targetLocationGroupName) voidsetTargetLocationName(String targetLocationName) Methods 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
- 
description
- 
sourceLocationName
- 
sourceLocationGroupName
- 
targetLocationName
- 
targetLocationGroupName
- 
key
- 
enabled
 
- 
- 
Constructor Details- 
RouteVOpublic RouteVO()
 
- 
- 
Method Details- 
getName
- 
setName
- 
getDescription
- 
setDescription
- 
getSourceLocationName
- 
setSourceLocationName
- 
hasSourceLocationNamepublic boolean hasSourceLocationName()
- 
getSourceLocationGroupName
- 
setSourceLocationGroupName
- 
getTargetLocationName
- 
setTargetLocationName
- 
hasTargetLocationNamepublic boolean hasTargetLocationName()
- 
getTargetLocationGroupName
- 
setTargetLocationGroupName
- 
getEnabled
- 
setEnabled
- 
getKey
- 
setKey
- 
equals- Overrides:
- equalsin class- org.ameba.http.AbstractBase<RouteVO>
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- org.ameba.http.AbstractBase<RouteVO>
 
 
-