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 Type
    Method
    Description
    Attention that is removed from the enclosing operator.
    ...until this time (end greater than start)
    from this time...
    void
    setAttention(Integer attention)
    Attention that is removed from the enclosing operator.
    void
    setEnd(Long end)
    ...until this time (end greater than start)
    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)
    • getAttention

      Integer getAttention()
      Attention that is removed from the enclosing operator.
    • setAttention

      void setAttention(Integer attention)
      Attention that is removed from the enclosing operator.