Package org.openwms.tms.routing.routes
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
private String
The next Location is the next hop where to move to.private int
A sequence number unique within the referenced Route.private RouteImpl
The Route this details entry belongs to.private String
The source Location where the path starts from. -
Constructor Summary
Constructors -
Method Summary