Class AssociateWorkOrderPermitsInput
java.lang.Object
overit.geocallapp.wfm.core.ux.permits.workorder.AssociateWorkOrderPermitsInput
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the work order.voidsetWorkOrder(WorkOrder workOrder) Sets the order.
-
Constructor Details
-
AssociateWorkOrderPermitsInput
public AssociateWorkOrderPermitsInput()
-
-
Method Details
-
getWorkOrder
Returns the work order.- Returns:
- the work order
-
setWorkOrder
Sets the order.- Parameters:
workOrder- the order
-