Package org.openwms.tms.routing
Class RouteImpl
java.lang.Object
org.ameba.integration.jpa.BaseEntity
org.ameba.integration.jpa.ApplicationEntity
org.openwms.tms.routing.RouteImpl
- All Implemented Interfaces:
Serializable
,org.ameba.integration.TypedEntity<Long>
,Route
A RouteImpl.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Route
For all TransportOrders with no explicitly defined Route.private String
private boolean
static final Route
For TransportUnits without active TransportOrder.private @NotNull String
private LocationEO
private String
private LocationEO
private String
Fields inherited from class org.ameba.integration.jpa.ApplicationEntity
C_ID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
boolean
boolean
static Route
void
setPersistentKey
(String pKey) void
setRouteId
(String routeId) void
setSourceLocation
(LocationEO sourceLocation) void
setTargetLocation
(LocationEO targetLocation) toString()
Methods inherited from class org.ameba.integration.jpa.ApplicationEntity
getPersistentKey, hasPersistentKey, onEntityPersist, onPersist
Methods inherited from class org.ameba.integration.jpa.BaseEntity
getCreatedBy, getCreateDt, getLastModifiedBy, getLastModifiedDt, getOl, getPk, isNew, setCreatedBy, setCreateDt, setLastModifiedBy, setLastModifiedDt, setOl
-
Field Details
-
NO_ROUTE
For TransportUnits without active TransportOrder. -
DEF_ROUTE
For all TransportOrders with no explicitly defined Route. -
routeId
-
description
-
sourceLocation
-
targetLocation
-
sourceLocationGroupName
-
targetLocationGroupName
-
enabled
private boolean enabled
-
-
Constructor Details
-
RouteImpl
protected RouteImpl()Dear JPA ... -
RouteImpl
-
-
Method Details
-
setPersistentKey
- Overrides:
setPersistentKey
in classorg.ameba.integration.jpa.ApplicationEntity
-
getRouteId
- Specified by:
getRouteId
in interfaceRoute
-
setRouteId
-
getDescription
-
hasSourceLocation
public boolean hasSourceLocation() -
getSourceLocation
-
setSourceLocation
-
hasTargetLocation
public boolean hasTargetLocation() -
getTargetLocation
-
setTargetLocation
-
getSourceLocationGroupName
-
getTargetLocationGroupName
-
isEnabled
public boolean isEnabled() -
of
-
toString
-
equals
- Overrides:
equals
in classorg.ameba.integration.jpa.ApplicationEntity
-
hashCode
public int hashCode()- Overrides:
hashCode
in classorg.ameba.integration.jpa.ApplicationEntity
-