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 theLocation
belongs to. -
area
@Max(4L) String area
Expresses the area theLocation
belongs to. -
x
@Max(4L) String x
Expresses the x-dimension theLocation
belongs to. -
y
@Max(4L) String y
Expresses the y-dimension theLocation
belongs to. -
z
@Max(4L) String z
Expresses the z-dimension theLocation
belongs 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 theMovement
has been created. -
finishedAt
ZonedDateTime finishedAt
When theMovement
has 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 theMovement
has been created. -
priority
Integer priority
A priority how fast theMovement
needs to be processed; A higher value means less prior than lower values. -
sku
String sku
Refers to the demandedProduct
for that theMovement
has been created. -
sourceLocation
@NotBlank(groups={Create.class,Move.class}) String sourceLocation
The sourceLocation
where theTransportUnit
shall be picked up. -
sourceLocationGroupName
String sourceLocationGroupName
The name of theLocationGroup
thesourceLocation
belongs to. -
startedAt
ZonedDateTime startedAt
When theMovement
has been started. -
startMode
StartMode startMode
Whether theMovement
should 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 target
The target where to move theTransportUnit
. -
targetLocationGroup
String targetLocationGroup
The targetLocationGroup
used 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 theMovement
ended. -
group
MovementGroup group
TheMovementGroup
, theMovement
belongs 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 resultingTransportOrder
is 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 demandedProduct
for that theMovement
has been created. -
sourceLocation
String sourceLocation
Where theMovement
is picked up. -
sourceLocationGroupName
String sourceLocationGroupName
The name of theLocationGroup
where thesourceLocation
belongs to. -
startDate
ZonedDateTime startDate
Date when theMovement
was started. -
startEarliestDate
ZonedDateTime startEarliestDate
Date when theMovement
can be started earliest. -
state
DefaultMovementState state
The current state theMovement
resides in. -
targetLocation
@Null(groups=Create.class) String targetLocation
The targetLocation
of theMovement
. This property is set before theMovement
is started. -
targetLocationGroup
@NotNull String targetLocationGroup
ALocationGroup
can also be set as target. At least one target must be set when theMovement
is being started. -
transportUnitBk
@NotNull Barcode transportUnitBk
The business key of theTransportUnit
to 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
-