Class ExtendedPersonWithAddress

    • Method Detail

      • getPassword

        public String getPassword()
        Returns:
        the password
      • setPassword

        public void setPassword​(String password)
        Parameters:
        password - the password to set
      • getFavouriteFood

        public List<String> getFavouriteFood()
        Returns:
        the favouriteFood
      • setFavouriteFood

        public void setFavouriteFood​(List<String> favouriteFood)
        Parameters:
        favouriteFood - the favouriteFood to set
      • getFavouriteDrinks

        public List<String> getFavouriteDrinks()
        Returns:
        the favouriteDrinks
      • setFavouriteDrinks

        public void setFavouriteDrinks​(List<String> favouriteDrinks)
        Parameters:
        favouriteDrinks - the favouriteDrinks to set
      • getAge

        public int getAge()
        Returns:
        the age
      • setAge

        public void setAge​(int age)
        Parameters:
        age - the age to set
      • getFilename

        public String getFilename()
        Returns:
        the filename
      • setFilename

        public void setFilename​(String filename)
        Parameters:
        filename - the filename to set