Class RouteDetails

java.lang.Object
org.ameba.integration.jpa.BaseEntity
org.openwms.tms.routing.routes.RouteDetails
All Implemented Interfaces:
Serializable, org.ameba.integration.TypedEntity<Long>

@Entity public class RouteDetails extends org.ameba.integration.jpa.BaseEntity implements Serializable
A RouteDetails.
Author:
Heiko Scherrer
See Also:
  • Field Details

    • COLUMN_ROUTE_ID

      public static final String COLUMN_ROUTE_ID
      See Also:
    • route

      private RouteImpl route
      The Route this details entry belongs to.
    • COLUMN_POS

      public static final String COLUMN_POS
      See Also:
    • pos

      private int pos
      A sequence number unique within the referenced Route.
    • source

      private String source
      The source Location where the path starts from.
    • next

      private String next
      The next Location is the next hop where to move to.
  • Constructor Details

    • RouteDetails

      protected RouteDetails()
      Dear JPA ...
    • RouteDetails

      public RouteDetails(RouteImpl route, int pos)
  • Method Details

    • getRoute

      public Route getRoute()
    • getPos

      public int getPos()
    • getSource

      public String getSource()
    • setSource

      public void setSource(String source)
    • getNext

      public String getNext()
    • setNext

      public void setNext(String next)