Class RouteVO

java.lang.Object
org.springframework.hateoas.RepresentationModel<RouteVO>
org.ameba.http.AbstractBase<RouteVO>
org.openwms.tms.routing.ui.RouteVO
All Implemented Interfaces:
Serializable

public class RouteVO extends org.ameba.http.AbstractBase<RouteVO> implements Serializable
A RouteVO.
Author:
Heiko Scherrer
See Also:
  • Field Details

    • name

      private String name
    • description

      private String description
    • sourceLocationName

      private String sourceLocationName
    • sourceLocationGroupName

      private String sourceLocationGroupName
    • targetLocationName

      private String targetLocationName
    • targetLocationGroupName

      private String targetLocationGroupName
    • key

      private String key
    • enabled

      private boolean enabled
  • Constructor Details

    • RouteVO

      public RouteVO()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getSourceLocationName

      public String getSourceLocationName()
    • setSourceLocationName

      public void setSourceLocationName(String sourceLocationName)
    • hasSourceLocationName

      public boolean hasSourceLocationName()
    • getSourceLocationGroupName

      public String getSourceLocationGroupName()
    • setSourceLocationGroupName

      public void setSourceLocationGroupName(String sourceLocationGroupName)
    • getTargetLocationName

      public String getTargetLocationName()
    • setTargetLocationName

      public void setTargetLocationName(String targetLocationName)
    • hasTargetLocationName

      public boolean hasTargetLocationName()
    • getTargetLocationGroupName

      public String getTargetLocationGroupName()
    • setTargetLocationGroupName

      public void setTargetLocationGroupName(String targetLocationGroupName)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class org.springframework.hateoas.RepresentationModel<RouteVO>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.springframework.hateoas.RepresentationModel<RouteVO>