org.hibernate.test.annotations.override
Class Employee

java.lang.Object
  extended by org.hibernate.test.annotations.override.Employee

@Entity
public class Employee
extends Object


Constructor Summary
Employee()
           
 
Method Summary
 ContactInfo getContactInfo()
           
 int getId()
           
 void setContactInfo(ContactInfo contactInfo)
           
 void setId(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Employee

public Employee()
Method Detail

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.