Class WorkOrderGenerateCodeInput
java.lang.Object
overit.geocallapp.wfm.workorders.bl.event.WorkOrderGenerateCodeInput
Input object for
WorkOrderGenerateCodeEvent.- Since:
- 16.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the work order generate code input operation centervoidsetOperationCenter(Long operationCenter) Sets the work order generate code input operation center
-
Constructor Details
-
WorkOrderGenerateCodeInput
public WorkOrderGenerateCodeInput()
-
-
Method Details
-
getOperationCenter
Returns the work order generate code input operation center- Returns:
- a sequence number's operation center
- See Also:
-
setOperationCenter
Sets the work order generate code input operation center- Parameters:
operationCenter- the sequence number operation center
-