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
Modifier 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
-
Method Summary
Methods inherited from class org.ameba.integration.jpa.BaseEntity
getCreatedBy, getCreateDt, getLastModifiedBy, getLastModifiedDt, getOl, getPk, isNew, setCreatedBy, setCreateDt, setLastModifiedBy, setLastModifiedDt, setOl
-
Field Details
-
COLUMN_ROUTE_ID
- See Also:
-
route
The Route this details entry belongs to. -
COLUMN_POS
- See Also:
-
pos
private int posA sequence number unique within the referenced Route. -
source
The source Location where the path starts from. -
next
The next Location is the next hop where to move to.
-
-
Constructor Details
-
RouteDetails
protected RouteDetails()Dear JPA ... -
RouteDetails
-
-
Method Details
-
getRoute
-
getPos
public int getPos() -
getSource
-
setSource
-
getNext
-
setNext
-