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 TypeMethodDescriptiongetEnd()...until this time (end greater than start)String[]Skills that are not available to the enclosing operator.getStart()from this time...void...until this time (end greater than start)voidSkills that are not available to the enclosing operator.voidfrom this time...
-
Method Details
-
getStart
Long getStart()from this time... (end greater than start) -
setStart
from this time... (end greater than start) -
getEnd
Long getEnd()...until this time (end greater than start) -
setEnd
...until this time (end greater than start) -
getSkills
String[] getSkills()Skills that are not available to the enclosing operator. -
setSkills
Skills that are not available to the enclosing operator.
-