- 
- 
- 
- 
Serialized Fields
- 
aisle@Max(4L) String aisle Expresses the aisle the Locationbelongs to.
 
- 
area@Max(4L) String area Expresses the area the Locationbelongs to.
 
- 
x@Max(4L) String x Expresses the x-dimension the Locationbelongs to.
 
- 
y@Max(4L) String y Expresses the y-dimension the Locationbelongs to.
 
- 
z@Max(4L) String z Expresses the z-dimension the Locationbelongs to.
 
 
 
 
- 
- 
class Action extends org.ameba.integration.jpa.ApplicationEntity implements  Serializable
- 
Serialized Fields
- 
actionType@NotBlank String actionType 
- 
description@NotBlank String description 
- 
enabledboolean enabled 
- 
flexField1String flexField1 
- 
flexField2String flexField2 
- 
flexField3String flexField3 
- 
flexField4String flexField4 
- 
flexField5String flexField5 
- 
locationGroupNameString locationGroupName 
- 
locationKeyString locationKey 
- 
name@NotBlank String name 
- 
programKey@NotBlank String programKey 
- 
route@NotNull RouteImpl route 
 
 
- 
class LocationEO extends org.ameba.integration.jpa.ApplicationEntity implements  Serializable
- 
Serialized Fields
- 
foreignPKeyString foreignPKey The foreign persistent key of the Location. 
- 
locationGroupNameString locationGroupName The name of the LocationGroup this Location belongs to. 
- 
locationId@NotNull String locationId The unique business key. 
- 
markForDeletionboolean 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
- 
descriptionString description 
- 
enabledboolean enabled 
- 
routeId@NotBlank String routeId 
- 
sourceLocationLocationEO sourceLocation 
- 
sourceLocationGroupNameString sourceLocationGroupName 
- 
targetLocationLocationEO targetLocation 
- 
targetLocationGroupNameString targetLocationGroupName 
 
 
 
- 
- 
- 
class RouteDetails extends org.ameba.integration.jpa.BaseEntity implements  Serializable
- 
Serialized Fields
- 
nextString next The next Location is the next hop where to move to. 
- 
posint pos A sequence number unique within the referenced Route. 
- 
routeRouteImpl route The Route this details entry belongs to. 
- 
sourceString source The source Location where the path starts from. 
 
 
 
- 
- 
- 
- 
Serialized Fields
- 
descriptionString description 
- 
enabledBoolean enabled 
- 
keyString key 
- 
nameString name 
- 
sourceLocationGroupNameString sourceLocationGroupName 
- 
sourceLocationNameString sourceLocationName 
- 
targetLocationGroupNameString targetLocationGroupName 
- 
targetLocationNameString targetLocationName