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 Link icon

    • COLUMN_ROUTE_ID Link icon

      public static final String COLUMN_ROUTE_ID
      See Also:
    • route Link icon

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

      public static final String COLUMN_POS
      See Also:
    • pos Link icon

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

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

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

    • RouteDetails Link icon

      protected RouteDetails()
      Dear JPA ...
    • RouteDetails Link icon

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

    • getRoute Link icon

      public Route getRoute()
    • getPos Link icon

      public int getPos()
    • getSource Link icon

      public String getSource()
    • setSource Link icon

      public void setSource(String source)
    • getNext Link icon

      public String getNext()
    • setNext Link icon

      public void setNext(String next)
    • equals Link icon

      public boolean equals(Object o)
      All fields.
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      All fields.
      Overrides:
      hashCode in class Object