Class DtoOperatorRequirement
java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoOperatorRequirement
- All Implemented Interfaces:
IDtoOperatorRequirement
Details about the expertise required during execution of a process.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAttention required on this skill (in sum by some operators) to run the process.getEnd()Skill is required until this time.getSkill()ID of the required skill.getStart()Skill is required from this time onwards.inthashCode()voidsetAttention(Integer attention) Attention required on this skill (in sum by some operators) to run the process.voidSkill is required until this time.voidID of the required skill.voidSkill is required from this time onwards.withAttention(Integer attention) Attention required on this skill (in sum by some operators) to run the process.Skill is required until this time.ID of the required skill.Skill is required from this time onwards.
-
Constructor Details
-
DtoOperatorRequirement
protected DtoOperatorRequirement() -
DtoOperatorRequirement
-
-
Method Details
-
getSkill
ID of the required skill.- Specified by:
getSkillin interfaceIDtoOperatorRequirement
-
setSkill
ID of the required skill.- Specified by:
setSkillin interfaceIDtoOperatorRequirement
-
getAttention
Attention required on this skill (in sum by some operators) to run the process. The higher the number, the higher will be the attention.- Specified by:
getAttentionin interfaceIDtoOperatorRequirement
-
setAttention
Attention required on this skill (in sum by some operators) to run the process. The higher the number, the higher will be the attention.- Specified by:
setAttentionin interfaceIDtoOperatorRequirement
-
getStart
Skill is required from this time onwards. Start may not reference a Time after end.- Specified by:
getStartin interfaceIDtoOperatorRequirement
-
setStart
Skill is required from this time onwards. Start may not reference a Time after end.- Specified by:
setStartin interfaceIDtoOperatorRequirement
-
getEnd
Skill is required until this time. Start may not reference a Time after end.- Specified by:
getEndin interfaceIDtoOperatorRequirement
-
setEnd
Skill is required until this time. Start may not reference a Time after end.- Specified by:
setEndin interfaceIDtoOperatorRequirement
-
withSkill
ID of the required skill. -
withAttention
Attention required on this skill (in sum by some operators) to run the process. The higher the number, the higher will be the attention. -
withStart
Skill is required from this time onwards. Start may not reference a Time after end. -
withEnd
Skill is required until this time. Start may not reference a Time after end. -
equals
-
hashCode
public int hashCode()
-