Class WorkOrderOperationCenterCalculateInput

java.lang.Object
overit.geocallapp.wfm.core.bl.workorder.event.WorkOrderOperationCenterCalculateInput

public class WorkOrderOperationCenterCalculateInput extends Object
Object used as an input bean for the WorkOrderOperationCenterCalculateEvent.
Since:
9.2
GCApi:
bo
  • Field Details

    • noException

      protected boolean noException
  • Constructor Details

    • WorkOrderOperationCenterCalculateInput

      public WorkOrderOperationCenterCalculateInput()
  • Method Details

    • getAddress

      public Long getAddress()
      Returns the address id.
      Returns:
      the address id
      See Also:
    • setAddress

      public void setAddress(Long address)
      Sets the address id.
      Parameters:
      address - the address id
      See Also:
    • getReferenceDate

      public Date getReferenceDate()
      Returns the reference date for operation center calculation.
      Returns:
      operation center calculation reference date
    • setReferenceDate

      public void setReferenceDate(Date referenceDate)
      Sets the reference date for operation center calculation.
      Parameters:
      referenceDate - the reference date
    • getWorkOrderType

      public Long getWorkOrderType()
      Returns the work order type id.
      Returns:
      the work order type id
      See Also:
    • setWorkOrderType

      public void setWorkOrderType(Long workOrderType)
      Sets the work order type id.
      Parameters:
      workOrderType - the work order type id
      See Also:
    • getExternalInputOperationCenter

      public Long getExternalInputOperationCenter()
      Returns the operation center id from external input.
      Returns:
      the operation center id from external input
    • setExternalInputOperationCenter

      public void setExternalInputOperationCenter(Long externalInputOperationCenter)
      Sets the operation center id from external input.
      Parameters:
      externalInputOperationCenter - the operation center id from external input
    • isNoException

      public boolean isNoException()
      Returns how the business task must handle the exceptions.
      Returns:
      true if exceptions are ignored, false otherwise
    • setNoException

      public void setNoException(boolean noException)
      Sets the exception management mode.
      Parameters:
      noException - the exception management mode