public class Bird extends Object
Bird(String name, String species)
boolean
equals(Object o)
String
getName()
getSpecies()
int
hashCode()
void
setName(String name)
setSpecies(String species)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Bird(String name, String species)
public String getName()
public void setName(String name)
public String getSpecies()
public void setSpecies(String species)
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.