org.hibernate.test.annotations.override
Class Employee
java.lang.Object
org.hibernate.test.annotations.override.Employee
@Entity
public class Employee
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Employee
public Employee()
getId
public int getId()
setId
public void setId(int id)
getContactInfo
public ContactInfo getContactInfo()
setContactInfo
public void setContactInfo(ContactInfo contactInfo)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.