org.hibernate.test.unionsubclass
Class Human
java.lang.Object
org.hibernate.test.unionsubclass.Being
org.hibernate.test.unionsubclass.Human
- Direct Known Subclasses:
- Employee
public class Human
- extends Being
Constructor Summary |
Human()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Human
public Human()
getSex
public char getSex()
- Returns:
- Returns the sex.
setSex
public void setSex(char sex)
- Parameters:
sex
- The sex to set.
getSpecies
public String getSpecies()
- Overrides:
getSpecies
in class Being
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.