Package eu.kartoffelquadrat.zoo
Class Animal
java.lang.Object
eu.kartoffelquadrat.zoo.Animal
Animal bean stores read only attributes of an immutable animal object and provides public getter
access.
- Author:
- Maximilian Schiedermeier
-
Constructor Details
-
Animal
-
-
Method Details
-
getSpecies
-
getAge
public int getAge()Getter for the animals age in years.- Returns:
- the animals age in years.
-
getFavouriteFood
Getter for the animals favourite food.- Returns:
- the animals favourite food as String.
-
toString
-