Package org.openwms.tms.routing.ui.api
Class RouteVO
- All Implemented Interfaces:
Serializable
A RouteVO.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Booleanprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate StringFields inherited from class org.ameba.http.AbstractBase
DATETIME_FORMAT_ZULU -
Constructor Summary
Constructors -
Method Summary
Modifier 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.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
-
description
-
sourceLocationName
-
sourceLocationGroupName
-
targetLocationName
-
targetLocationGroupName
-
key
-
enabled
-
-
Constructor Details
-
RouteVO
public RouteVO()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getSourceLocationName
-
setSourceLocationName
-
hasSourceLocationName
public boolean hasSourceLocationName() -
getSourceLocationGroupName
-
setSourceLocationGroupName
-
getTargetLocationName
-
setTargetLocationName
-
hasTargetLocationName
public boolean hasTargetLocationName() -
getTargetLocationGroupName
-
setTargetLocationGroupName
-
getEnabled
-
setEnabled
-
getKey
-
setKey
-
equals
- Overrides:
equalsin classorg.ameba.http.AbstractBase<RouteVO>
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.ameba.http.AbstractBase<RouteVO>
-