Class WorkOrderHeaderStatusDeductionFromOperationsInput

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.workorders.bl.header.event.WorkOrderHeaderStatusDeductionFromOperationsInput
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class WorkOrderHeaderStatusDeductionFromOperationsInput extends DynO
Since:
19.0
See Also:
  • Constructor Details

    • WorkOrderHeaderStatusDeductionFromOperationsInput

      public WorkOrderHeaderStatusDeductionFromOperationsInput()
  • Method Details

    • getWorkOrderId

      public Long getWorkOrderId()
      Returns:
      the workOrderId
    • setWorkOrderId

      public void setWorkOrderId(Long workOrderId)
      Parameters:
      workOrderId - the workOrderId to set
    • getOperations

      public List<BOWorkOrderOperation> getOperations()
      Returns:
      the operations
    • setOperations

      public void setOperations(List<BOWorkOrderOperation> operations)
      Parameters:
      operations - the operations to set