Interface IAldermanTask

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.time.LocalDateTime getDueDate()
      Date until the task has to be fullfilled.
      int getDuration()
      Time the player has from accepting it until the task must be completed.
    • Method Detail

      • getDueDate

        java.time.LocalDateTime getDueDate()
        Date until the task has to be fullfilled.
        Returns:
        due date untill the task is to be completed
      • getDuration

        int getDuration()
        Time the player has from accepting it until the task must be completed.
        Returns:
        number of days until completion.