org.hibernate.test.annotations.interfaces
Class UserImpl
java.lang.Object
org.hibernate.test.annotations.interfaces.UserImpl
- All Implemented Interfaces:
- User
@Entity
public class UserImpl
- extends Object
- implements User
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserImpl
public UserImpl()
getId
public Integer getId()
- Specified by:
getId
in interface User
setId
public void setId(Integer id)
getContacts
public Collection<Contact> getContacts()
- Specified by:
getContacts
in interface User
setContacts
public void setContacts(Collection<Contact> contacts)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.