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 Stringstatic final Stringprivate StringThe next Location is the next hop where to move to.private intA sequence number unique within the referenced Route.private RouteImplThe Route this details entry belongs to.private StringThe source Location where the path starts from. - 
Constructor Summary
Constructors - 
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