Interface IDtoOperatorReservation
- All Known Implementing Classes:
DtoOperatorReservation
public interface IDtoOperatorReservation
A stretch of time when an operator's attention is reduced.
-
Method Summary
Modifier and TypeMethodDescriptionAttention that is removed from the enclosing operator.getEnd()...until this time (end greater than start)getStart()from this time...voidsetAttention(Integer attention) Attention that is removed from the enclosing operator.void...until this time (end greater than start)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) -
getAttention
Integer getAttention()Attention that is removed from the enclosing operator. -
setAttention
Attention that is removed from the enclosing operator.
-