@java.lang.SuppressWarnings(value: unused) @groovy.transform.ToString(includeNames: true, includePackage: false) class FindComponentResponseDetail extends java.lang.Object
The sample response from the OrderController.findComponents() method. Represents a sample component list.
| Type | Name and description |
|---|---|
private FlexType |
assemblyData |
private boolean |
canBeAssembledTrue if row can be assembled. |
private boolean |
canBeRemovedTrue if row can be removed. |
private java.lang.String |
componentThe component. |
private java.lang.Object |
idA unique ID for the row. |
private BigDecimal |
qtyAssembledThe qty assembled. |
private BigDecimal |
qtyRequiredThe qty required. |
private int |
sequenceThe display sequence. |
| Constructor and description |
|---|
FindComponentResponseDetail
() |
| 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() |
True if row can be assembled.
True if row can be removed.
The component.
A unique ID for the row.
The qty assembled.
The qty required.
The display sequence.
Groovy Documentation