Class DtoOperatorReservation
java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoOperatorReservation
- All Implemented Interfaces:
IDtoOperatorReservation
A stretch of time when an operator's attention is reduced.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAttention that is removed from the enclosing operator.getEnd()...until this time (end greater than start)getStart()from this time...inthashCode()voidsetAttention(Integer attention) Attention that is removed from the enclosing operator.void...until this time (end greater than start)voidfrom this time...withAttention(Integer attention) Attention that is removed from the enclosing operator....until this time (end greater than start)from this time...
-
Constructor Details
-
DtoOperatorReservation
protected DtoOperatorReservation() -
DtoOperatorReservation
-
-
Method Details
-
getStart
from this time... (end greater than start)- Specified by:
getStartin interfaceIDtoOperatorReservation
-
setStart
from this time... (end greater than start)- Specified by:
setStartin interfaceIDtoOperatorReservation
-
getEnd
...until this time (end greater than start)- Specified by:
getEndin interfaceIDtoOperatorReservation
-
setEnd
...until this time (end greater than start)- Specified by:
setEndin interfaceIDtoOperatorReservation
-
getAttention
Attention that is removed from the enclosing operator.- Specified by:
getAttentionin interfaceIDtoOperatorReservation
-
setAttention
Attention that is removed from the enclosing operator.- Specified by:
setAttentionin interfaceIDtoOperatorReservation
-
equals
-
hashCode
public int hashCode() -
withStart
from this time... (end greater than start) -
withEnd
...until this time (end greater than start) -
withAttention
Attention that is removed from the enclosing operator.
-