Class ProjectImpl

    • Constructor Detail

      • ProjectImpl

        public ProjectImpl()
    • Method Detail

      • getEndDate

        public LocalDate getEndDate()
        Specified by:
        getEndDate in interface Project
        Returns:
        date when project ended (null if still running)
      • setEndDate

        public void setEndDate​(LocalDate endDate)
        Specified by:
        setEndDate in interface Project
        Parameters:
        endDate - set date when project ended
      • setStartDate

        public void setStartDate​(LocalDate startDate)
        Specified by:
        setStartDate in interface Project
        Parameters:
        startDate - set date when project starts/started (may be in the future)