Interface IDtoSkillRevocation

All Known Implementing Classes:
DtoSkillRevocation

public interface IDtoSkillRevocation
A stretch of time when some skills are NOT available to an operator.
  • Method Summary

    Modifier and Type
    Method
    Description
    ...until this time (end greater than start)
    Skills that are not available to the enclosing operator.
    from this time...
    void
    setEnd(Long end)
    ...until this time (end greater than start)
    void
    setSkills(String[] skills)
    Skills that are not available to the enclosing operator.
    void
    setStart(Long start)
    from this time...
  • Method Details

    • getStart

      Long getStart()
      from this time... (end greater than start)
    • setStart

      void setStart(Long start)
      from this time... (end greater than start)
    • getEnd

      Long getEnd()
      ...until this time (end greater than start)
    • setEnd

      void setEnd(Long end)
      ...until this time (end greater than start)
    • getSkills

      String[] getSkills()
      Skills that are not available to the enclosing operator.
    • setSkills

      void setSkills(String[] skills)
      Skills that are not available to the enclosing operator.