Class ActionVO

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

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

    • name

      @NotBlank private @NotBlank String name
    • type

      private String type
    • description

      private String description
    • route

      private String route
    • program

      private String program
    • locationGroupName

      private String locationGroupName
    • location

      private String location
    • key

      private String key
    • enabled

      private boolean enabled
  • Constructor Details

    • ActionVO

      public ActionVO()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getRoute

      public String getRoute()
    • setRoute

      public void setRoute(String route)
    • getProgram

      public String getProgram()
    • setProgram

      public void setProgram(String program)
    • getLocationGroupName

      public String getLocationGroupName()
    • setLocationGroupName

      public void setLocationGroupName(String locationGroupName)
    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • hasRoute

      public boolean hasRoute()
    • equals

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

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