Interface IDtoOperatorRequirement

All Known Implementing Classes:
DtoOperatorRequirement

public interface IDtoOperatorRequirement
Details about the expertise required during execution of a process.
  • Method Details

    • getSkill

      String getSkill()
      ID of the required skill.
    • setSkill

      void setSkill(String skill)
      ID of the required skill.
    • getAttention

      Integer 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.
    • setAttention

      void setAttention(Integer attention)
      Attention required on this skill (in sum by some operators) to run the process. The higher the number, the higher will be the attention.
    • getStart

      Skill is required from this time onwards. Start may not reference a Time after end.
    • setStart

      void setStart(IDtoAbstractAllocationAnchor start)
      Skill is required from this time onwards. Start may not reference a Time after end.
    • getEnd

      Skill is required until this time. Start may not reference a Time after end.
    • setEnd

      void setEnd(IDtoAbstractAllocationAnchor end)
      Skill is required until this time. Start may not reference a Time after end.