Class DtoSkillRevocation
java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoSkillRevocation
- All Implemented Interfaces:
IDtoSkillRevocation
A stretch of time when some skills are NOT available to an operator.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEnd()...until this time (end greater than start)String[]Skills that are not available to the enclosing operator.getStart()from this time...inthashCode()void...until this time (end greater than start)voidSkills that are not available to the enclosing operator.voidfrom this time......until this time (end greater than start)withSkills(String[] skills) Skills that are not available to the enclosing operator.from this time...
-
Constructor Details
-
DtoSkillRevocation
protected DtoSkillRevocation() -
DtoSkillRevocation
-
-
Method Details
-
getStart
from this time... (end greater than start)- Specified by:
getStartin interfaceIDtoSkillRevocation
-
setStart
from this time... (end greater than start)- Specified by:
setStartin interfaceIDtoSkillRevocation
-
getEnd
...until this time (end greater than start)- Specified by:
getEndin interfaceIDtoSkillRevocation
-
setEnd
...until this time (end greater than start)- Specified by:
setEndin interfaceIDtoSkillRevocation
-
getSkills
Skills that are not available to the enclosing operator.- Specified by:
getSkillsin interfaceIDtoSkillRevocation
-
setSkills
Skills that are not available to the enclosing operator.- Specified by:
setSkillsin interfaceIDtoSkillRevocation
-
withStart
from this time... (end greater than start) -
withEnd
...until this time (end greater than start) -
withSkills
Skills that are not available to the enclosing operator. -
equals
-
hashCode
public int hashCode()
-