Class GoalsList

    • Constructor Detail

      • GoalsList

        public GoalsList()
    • Method Detail

      • addGoal

        public void addGoal​(String string)
        Method addGoal.
        Parameters:
        string - a string object.
      • getGoals

        public List<String> getGoals()
        Method getGoals.
        Returns:
        List
      • removeGoal

        public void removeGoal​(String string)
        Method removeGoal.
        Parameters:
        string - a string object.
      • setGoals

        public void setGoals​(List<String> goals)
        Set goals identification.
        Parameters:
        goals - a goals object.