Serialized Form
-
Package org.openwms.common.location
-
Class org.openwms.common.location.LocationPK
class LocationPK extends Object implements Serializable-
Serialized Fields
-
aisle
@Max(4L) String aisle
Expresses the aisle theLocationbelongs to. -
area
@Max(4L) String area
Expresses the area theLocationbelongs to. -
x
@Max(4L) String x
Expresses the x-dimension theLocationbelongs to. -
y
@Max(4L) String y
Expresses the y-dimension theLocationbelongs to. -
z
@Max(4L) String z
Expresses the z-dimension theLocationbelongs to.
-
-
-
-
Package org.openwms.common.transport
-
Class org.openwms.common.transport.Barcode
class Barcode extends Object implements Serializable-
Serialized Fields
-
value
@NotBlank String value
'Identifier' of theBarcode.Note:It is not guaranteed that this field must be unique.
-
-
-
-
Package org.openwms.wms.movements
-
Class org.openwms.wms.movements.Message
class Message extends Object implements Serializable
-
-
Package org.openwms.wms.movements.api
-
Class org.openwms.wms.movements.api.MovementVO
class MovementVO extends org.ameba.http.AbstractBase<MovementVO> implements Serializable-
Serialized Fields
-
createdAt
ZonedDateTime createdAt
When theMovementhas been created. -
finishedAt
ZonedDateTime finishedAt
When theMovementhas been finished. -
initiator
String initiator
Initiator of theMovement, who ordered or triggered it. -
latestDueDate
ZonedDateTime latestDueDate
Latest possible finish date of theMovement. -
persistentKey
String persistentKey
The persistent key is returned from the service as soon as theMovementhas been created. -
priority
Integer priority
A priority how fast theMovementneeds to be processed; A higher value means less prior than lower values. -
sku
String sku
Refers to the demandedProductfor that theMovementhas been created. -
sourceLocation
@NotBlank(groups={Create.class,Move.class}) String sourceLocationThe sourceLocationwhere theTransportUnitshall be picked up. -
sourceLocationGroupName
String sourceLocationGroupName
The name of theLocationGroupthesourceLocationbelongs to. -
startedAt
ZonedDateTime startedAt
When theMovementhas been started. -
startMode
StartMode startMode
Whether theMovementshould be directly processed (AUTOMATIC) or delayed (MANUAL). -
state
@NotBlank(groups=Move.class) String state
The current state of theMovement. -
target
@NotBlank(groups={Create.class,Complete.class}) String targetThe target where to move theTransportUnit. -
targetLocationGroup
String targetLocationGroup
The targetLocationGroupused to define in what area. -
transportUnitBk
String transportUnitBk
The business key of theTransportUnit. -
type
MovementType type
The type ofMovement.
-
-
-
-
Package org.openwms.wms.movements.commands
-
Class org.openwms.wms.movements.commands.MovementCommand
class MovementCommand extends Object implements Serializable-
Serialized Fields
-
movement
@NotNull MovementMO movement
-
type
@NotNull MovementCommand.Type type
-
-
-
Class org.openwms.wms.movements.commands.MovementMO
class MovementMO extends Object implements Serializable -
Class org.openwms.wms.movements.commands.SplitMO
class SplitMO extends Object implements Serializable
-
-
Package org.openwms.wms.movements.events.api
-
Class org.openwms.wms.movements.events.api.MovementEvent
class MovementEvent extends Object implements Serializable-
Serialized Fields
-
movement
MovementMO movement
-
type
MovementEvent.Type type
-
-
-
-
Package org.openwms.wms.movements.impl
-
Class org.openwms.wms.movements.impl.Movement
class Movement extends org.ameba.integration.jpa.ApplicationEntity implements Serializable-
Serialized Fields
-
endDate
ZonedDateTime endDate
Date when theMovementended. -
group
MovementGroup group
TheMovementGroup, theMovementbelongs to. -
initiator
@NotNull String initiator
Initiator of theMovement, who ordered or triggered it. -
latestDueDate
ZonedDateTime latestDueDate
Latest possible finish date of thisMovement. -
message
Message message
A message with the reason for thisMovement. -
mode
@NotNull StartMode mode
Defines how the resultingTransportOrderis started. -
priority
@NotNull PriorityLevel priority
A priority level of theMovement. The lower the value the lower the priority. The priority level affects the execution of theMovement. An order with high priority will be processed faster than those with lower priority. -
problems
List<ProblemHistory> problems
Reported problems on theMovement. -
sku
String sku
Refers to the demandedProductfor that theMovementhas been created. -
sourceLocation
String sourceLocation
Where theMovementis picked up. -
sourceLocationGroupName
String sourceLocationGroupName
The name of theLocationGroupwhere thesourceLocationbelongs to. -
startDate
ZonedDateTime startDate
Date when theMovementwas started. -
startEarliestDate
ZonedDateTime startEarliestDate
Date when theMovementcan be started earliest. -
state
DefaultMovementState state
The current state theMovementresides in. -
targetLocation
@Null(groups=Create.class) String targetLocation
The targetLocationof theMovement. This property is set before theMovementis started. -
targetLocationGroup
@NotNull String targetLocationGroup
ALocationGroupcan also be set as target. At least one target must be set when theMovementis being started. -
transportUnitBk
@NotNull Barcode transportUnitBk
The business key of theTransportUnitto move. -
type
@NotNull MovementType type
Type of theMovement.
-
-
-
Class org.openwms.wms.movements.impl.MovementEvent
class MovementEvent extends org.openwms.core.event.RootApplicationEvent implements Serializable-
Serialized Fields
-
previousLocation
String previousLocation
-
type
MovementEvent.Type type
-
-
-
Class org.openwms.wms.movements.impl.MovementGroup
class MovementGroup extends org.ameba.integration.jpa.ApplicationEntity implements Serializable -
Class org.openwms.wms.movements.impl.MovementTargetChangedEvent
class MovementTargetChangedEvent extends org.openwms.core.event.RootApplicationEvent implements Serializable -
Class org.openwms.wms.movements.impl.ProblemHistory
class ProblemHistory extends org.ameba.integration.jpa.ApplicationEntity implements Serializable
-