Class WorkOrderOperationCenterCalculateInput
java.lang.Object
overit.geocallapp.wfm.core.bl.workorder.event.WorkOrderOperationCenterCalculateInput
Object used as an input bean for the
WorkOrderOperationCenterCalculateEvent.- Since:
- 9.2
- GCApi:
- bo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the address id.Returns the operation center id from external input.Returns the reference date for operation center calculation.Returns the work order type id.booleanReturns how the business task must handle the exceptions.voidsetAddress(Long address) Sets the address id.voidsetExternalInputOperationCenter(Long externalInputOperationCenter) Sets the operation center id from external input.voidsetNoException(boolean noException) Sets the exception management mode.voidsetReferenceDate(Date referenceDate) Sets the reference date for operation center calculation.voidsetWorkOrderType(Long workOrderType) Sets the work order type id.
-
Field Details
-
noException
protected boolean noException
-
-
Constructor Details
-
WorkOrderOperationCenterCalculateInput
public WorkOrderOperationCenterCalculateInput()
-
-
Method Details
-
getAddress
Returns the address id.- Returns:
- the address id
- See Also:
-
setAddress
Sets the address id.- Parameters:
address- the address id- See Also:
-
getReferenceDate
Returns the reference date for operation center calculation.- Returns:
- operation center calculation reference date
-
setReferenceDate
Sets the reference date for operation center calculation.- Parameters:
referenceDate- the reference date
-
getWorkOrderType
Returns the work order type id.- Returns:
- the work order type id
- See Also:
-
setWorkOrderType
Sets the work order type id.- Parameters:
workOrderType- the work order type id- See Also:
-
getExternalInputOperationCenter
Returns the operation center id from external input.- Returns:
- the operation center id from external input
-
setExternalInputOperationCenter
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
-