public class Bird extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getSpecies() |
int |
hashCode() |
void |
setName(String name) |
void |
setSpecies(String species) |
String |
toString() |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.