org.hibernate.test.annotations.interfaces
Class ContactImpl

java.lang.Object
  extended by org.hibernate.test.annotations.interfaces.ContactImpl
All Implemented Interfaces:
Contact

@Entity
public class ContactImpl
extends Object
implements Contact


Constructor Summary
ContactImpl()
           
 
Method Summary
 Integer getId()
           
 String getName()
           
 void setId(Integer id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactImpl

public ContactImpl()
Method Detail

getId

public Integer getId()
Specified by:
getId in interface Contact

setId

public void setId(Integer id)

getName

public String getName()
Specified by:
getName in interface Contact

setName

public void setName(String name)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.