Class OutcomeReasonCheckEventInput
java.lang.Object
overit.geocallapp.wfm.execution.bl.outcome.reason.event.OutcomeReasonCheckEventInput
Business object representing an input for the event that checks the correct saving of an outcome reason
OutcomeReasonCheckEvent- Since:
- 21.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the insufficient skills.Returns the outcome class.Returns the outcome reason type.Returns the outcome type.Returns the resource association.voidsetInsufficientSkills(Boolean insufficientSkills) Sets the insufficient skills.voidsetOutcomeClass(Long outcomeClass) Sets the outcome class.voidsetOutcomeReasonType(Long outcomeReasonType) Sets the outcome reason type.voidsetOutcomeType(Long outcomeType) Sets the outcome type.voidsetResourceAssociation(Long resourceAssociation) Sets the resource association.
-
Constructor Details
-
OutcomeReasonCheckEventInput
public OutcomeReasonCheckEventInput()
-
-
Method Details
-
getOutcomeClass
Returns the outcome class.- Returns:
- the outcome class
-
setOutcomeClass
Sets the outcome class.- Parameters:
outcomeClass- the outcome class
-
getOutcomeType
Returns the outcome type.- Returns:
- the outcome type
-
setOutcomeType
Sets the outcome type.- Parameters:
outcomeType- the outcome type
-
getOutcomeReasonType
Returns the outcome reason type.- Returns:
- the outcome reason type
-
setOutcomeReasonType
Sets the outcome reason type.- Parameters:
outcomeReasonType- the outcome reason type
-
getInsufficientSkills
Returns the insufficient skills.- Returns:
- the insufficient skills
-
setInsufficientSkills
Sets the insufficient skills.- Parameters:
insufficientSkills- the insufficient skills
-
getResourceAssociation
Returns the resource association.- Returns:
- the resource association
-
setResourceAssociation
Sets the resource association.- Parameters:
resourceAssociation- the resource association
-