Sets the species of this tree @param species New species of this tree
(TreeSpecies species)
| 47 | * @param species New species of this tree |
| 48 | */ |
| 49 | public void setSpecies(TreeSpecies species) { |
| 50 | setData(species.getData()); |
| 51 | } |
| 52 | |
| 53 | @Override |
| 54 | public String toString() { |