public class Animal extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private Integer |
dateOfBirth |
private Integer |
dateOfDeath |
private String |
id |
private String |
locationOfBirth |
private String |
locationOfDeath |
private String |
species |
Constructor and Description |
---|
Animal() |
Copyright © 2015 University of Glasgow. All rights reserved.