Class WorkOrderOperationLinkInput
java.lang.Object
overit.geocallapp.wfm.workorders.bl.operation.event.WorkOrderOperationLinkInput
Object used as an input bean for the
WorkOrderOperationLinkEvent.- Since:
- 10.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of linked operations.Returns the parent operation.voidsetLinkedOperations(List<Long> linkedOperations) Sets the list of linked operations.voidsetParentOperation(Long parentOperation) Sets the parent operation.
-
Constructor Details
-
WorkOrderOperationLinkInput
public WorkOrderOperationLinkInput()
-
-
Method Details
-
getParentOperation
Returns the parent operation.- Returns:
- the parent operation
-
setParentOperation
Sets the parent operation.- Parameters:
parentOperation- the parent operation
-
getLinkedOperations
Returns the list of linked operations.- Returns:
- a list of linked operations.
-
setLinkedOperations
Sets the list of linked operations.- Parameters:
linkedOperations- the list of linked operations.
-