org.hibernate.test.annotations.interfaces
Class ContactImpl
java.lang.Object
org.hibernate.test.annotations.interfaces.ContactImpl
- All Implemented Interfaces:
- Contact
@Entity
public class ContactImpl
- extends Object
- implements Contact
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContactImpl
public ContactImpl()
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.