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 SummaryFieldsModifier 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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.ameba.integration.jpa.BaseEntitygetCreatedBy, getCreateDt, getLastModifiedBy, getLastModifiedDt, getOl, getPk, isNew, setCreatedBy, setCreateDt, setLastModifiedBy, setLastModifiedDt, setOl
- 
Field Details- 
COLUMN_ROUTE_ID- See Also:
 
- 
routeThe Route this details entry belongs to.
- 
COLUMN_POS- See Also:
 
- 
posprivate int posA sequence number unique within the referenced Route.
- 
sourceThe source Location where the path starts from.
- 
nextThe next Location is the next hop where to move to.
 
- 
- 
Constructor Details- 
RouteDetailsprotected RouteDetails()Dear JPA ...
- 
RouteDetails
 
- 
- 
Method Details