class ResolveWorkableRequest extends java.lang.Object
Request values for the resolveWorkable() method(s). The service ResolveService is the best place to resolve an order/lsn to a workable unit for processing.
This is a POGO and has no internal logic. It is used mainly for passing values to the business logic. Original Author: mph| Type | Name and description |
|---|---|
private java.lang.String |
barcodeA generic user or barcode input string. |
private LSN |
lsnThe LSN that was provided by the client to resolve. |
private int |
operationSequenceThe operation sequence to process. |
private Order |
orderThe order that was provided by the client to resolve. |
private BigDecimal |
qtyThe quantity to be processed. |
private WorkCenter |
workCenterThe work center this work is taking place in. |
| Constructor and description |
|---|
ResolveWorkableRequest
() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
A generic user or barcode input string. This is typically an order or an LSN. SimpleMES will attempt to resolve this first as an LSN then an order.
The LSN that was provided by the client to resolve.
The operation sequence to process. If not provided, then the ResolveService may find the correct operation. Only needed when the order/LSN uses a routing.
The order that was provided by the client to resolve.
The quantity to be processed. Default: 1.0
The work center this work is taking place in. Used in some cases to help
Groovy Documentation