-
-
-
-
-
Serialized Fields
-
aisle
@Max(4L) String aisle
Expresses the aisle the Location
belongs to.
-
area
@Max(4L) String area
Expresses the area the Location
belongs to.
-
x
@Max(4L) String x
Expresses the x-dimension the Location
belongs to.
-
y
@Max(4L) String y
Expresses the y-dimension the Location
belongs to.
-
z
@Max(4L) String z
Expresses the z-dimension the Location
belongs to.
-
-
class Action extends org.ameba.integration.jpa.ApplicationEntity implements
Serializable
-
Serialized Fields
-
actionType
@NotNull String actionType
-
description
@NotNull String description
-
enabled
boolean enabled
-
flexField1
String flexField1
-
flexField2
String flexField2
-
flexField3
String flexField3
-
flexField4
String flexField4
-
flexField5
String flexField5
-
locationGroupName
String locationGroupName
-
locationKey
String locationKey
-
name
@NotNull String name
-
programKey
@NotNull String programKey
-
route
@NotNull RouteImpl route
-
class LocationEO extends org.ameba.integration.jpa.ApplicationEntity implements
Serializable
-
Serialized Fields
-
foreignPKey
String foreignPKey
The foreign persistent key of the Location.
-
locationGroupName
String locationGroupName
The name of the LocationGroup this Location belongs to.
-
locationId
@NotNull String locationId
The unique business key.
-
markForDeletion
boolean markForDeletion
Flag to determine if this Location is marked for deletion and cannot be used anymore.
-
class RouteImpl extends org.ameba.integration.jpa.ApplicationEntity implements
Serializable
-
Serialized Fields
-
description
String description
-
enabled
boolean enabled
-
routeId
@NotNull String routeId
-
sourceLocation
LocationEO sourceLocation
-
sourceLocationGroupName
String sourceLocationGroupName
-
targetLocation
LocationEO targetLocation
-
targetLocationGroupName
String targetLocationGroupName
-
-
class RouteDetails extends org.ameba.integration.jpa.BaseEntity implements
Serializable
-
Serialized Fields
-
next
String next
The next Location is the next hop where to move to.
-
pos
int pos
A sequence number unique within the referenced Route.
-
route
RouteImpl route
The Route this details entry belongs to.
-
source
String source
The source Location where the path starts from.
-
-
-
-
Serialized Fields
-
description
String description
-
enabled
boolean enabled
-
key
String key
-
name
String name
-
sourceLocationGroupName
String sourceLocationGroupName
-
sourceLocationName
String sourceLocationName
-
targetLocationGroupName
String targetLocationGroupName
-
targetLocationName
String targetLocationName