Package org.openwms.tms.routing.ui
Class RouteVO
- All Implemented Interfaces:
Serializable
A RouteVO.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
private boolean
private String
private String
private 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()
int
hashCode()
boolean
boolean
boolean
void
setDescription
(String description) void
setEnabled
(boolean enabled) void
void
void
setSourceLocationGroupName
(String sourceLocationGroupName) void
setSourceLocationName
(String sourceLocationName) void
setTargetLocationGroupName
(String targetLocationGroupName) void
setTargetLocationName
(String targetLocationName) 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
-
description
-
sourceLocationName
-
sourceLocationGroupName
-
targetLocationName
-
targetLocationGroupName
-
key
-
enabled
private boolean 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
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getKey
-
setKey
-
equals
- Overrides:
equals
in classorg.springframework.hateoas.RepresentationModel<RouteVO>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classorg.springframework.hateoas.RepresentationModel<RouteVO>
-