@groovy.transform.ToString(includeNames: true, includePackage: false) class DisplayAssembleDialogAction extends org.simplemes.mes.system.ScanAction
The client suggested action triggered when a component is scanned, but is missing assembly data.
Fields inherited from class | Fields |
---|---|
class org.simplemes.mes.system.ScanAction |
__$stMC |
Type | Name and description |
---|---|
private static java.lang.String |
TYPE_DISPLAY_ASSEMBLE_DIALOG The action.type for this action. |
private java.lang.String |
assemblyData The flex type to display the data entry fields for. |
private java.lang.String |
assemblyDataUuid The UUID of the flex type to display the data entry fields for. |
private java.lang.Integer |
bomSequence The bomSequence for the component that is to be assembled. |
private java.lang.String |
component The component (product) that is to be assembled. |
private java.lang.String |
firstAssemblyDataField The name of the first assembly data field. |
private java.lang.String |
lsn The LSN the component is to be assembled into. |
private java.lang.String |
order The order the component is to be assembled into. |
Constructor and description |
---|
DisplayAssembleDialogAction
() |
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 flex type to display the data entry fields for.
The UUID of the flex type to display the data entry fields for.
The bomSequence for the component that is to be assembled.
The component (product) that is to be assembled.
The name of the first assembly data field. Used for the display focus logic.
The LSN the component is to be assembled into.
The order the component is to be assembled into.
Groovy Documentation