@groovy.transform.ToString(includeNames: true, includePackage: false) class AssembledComponentAction extends org.simplemes.mes.system.ScanAction
The action/event triggered when a component has been assembled by a scan. The client side action is to publish the ORDER_COMPONENT_STATUS_CHANGED event on the client dashboard.
Fields inherited from class | Fields |
---|---|
class org.simplemes.mes.system.ScanAction |
__$stMC |
Type | Name and description |
---|---|
private static java.lang.String |
TYPE_ORDER_COMPONENT_STATUS_CHANGED The action.type for this action. |
private java.lang.Integer |
bomSequence The bomSequence for the component that was assembled. |
private java.lang.String |
component The component (product) that was assembled. |
private java.lang.String |
lsn The LSN the component was assembled into. |
private java.lang.String |
order The order the component was assembled into. |
Constructor and description |
---|
AssembledComponentAction
() |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getType() The recommended client action. |
Methods inherited from class | Name |
---|---|
class org.simplemes.mes.system.ScanAction |
org.simplemes.mes.system.ScanAction#equals(java.lang.Object), org.simplemes.mes.system.ScanAction#hashCode(), org.simplemes.mes.system.ScanAction#getType(), org.simplemes.mes.system.ScanAction#getSource(), org.simplemes.mes.system.ScanAction#canEqual(java.lang.Object), org.simplemes.mes.system.ScanAction#setSource(java.lang.String), org.simplemes.mes.system.ScanAction#super$1$hashCode(), org.simplemes.mes.system.ScanAction#super$1$equals(java.lang.Object), org.simplemes.mes.system.ScanAction#getMetaClass(), org.simplemes.mes.system.ScanAction#setMetaClass(groovy.lang.MetaClass), org.simplemes.mes.system.ScanAction#setType(java.lang.String), org.simplemes.mes.system.ScanAction#wait(long, int), org.simplemes.mes.system.ScanAction#wait(), org.simplemes.mes.system.ScanAction#wait(long), org.simplemes.mes.system.ScanAction#toString(), org.simplemes.mes.system.ScanAction#getClass(), org.simplemes.mes.system.ScanAction#notify(), org.simplemes.mes.system.ScanAction#notifyAll(), org.simplemes.mes.system.ScanAction#getProperty(java.lang.String), org.simplemes.mes.system.ScanAction#setProperty(java.lang.String, java.lang.Object), org.simplemes.mes.system.ScanAction#invokeMethod(java.lang.String, java.lang.Object) |
The action.type for this action.
The bomSequence for the component that was assembled.
The component (product) that was assembled.
The LSN the component was assembled into.
The order the component was assembled into.
Groovy Documentation