Class WorkOrderOperationLinkInput

java.lang.Object
overit.geocallapp.wfm.workorders.bl.operation.event.WorkOrderOperationLinkInput

public class WorkOrderOperationLinkInput extends Object
Object used as an input bean for the WorkOrderOperationLinkEvent.
Since:
10.0
GCApi:
bo
  • Constructor Details

    • WorkOrderOperationLinkInput

      public WorkOrderOperationLinkInput()
  • Method Details

    • getParentOperation

      public Long getParentOperation()
      Returns the parent operation.
      Returns:
      the parent operation
    • setParentOperation

      public void setParentOperation(Long parentOperation)
      Sets the parent operation.
      Parameters:
      parentOperation - the parent operation
    • getLinkedOperations

      public List<Long> getLinkedOperations()
      Returns the list of linked operations.
      Returns:
      a list of linked operations.
    • setLinkedOperations

      public void setLinkedOperations(List<Long> linkedOperations)
      Sets the list of linked operations.
      Parameters:
      linkedOperations - the list of linked operations.