org.hibernate.test.annotations.interfaces
Class UserImpl

java.lang.Object
  extended by org.hibernate.test.annotations.interfaces.UserImpl
All Implemented Interfaces:
User

@Entity
public class UserImpl
extends Object
implements User


Constructor Summary
UserImpl()
           
 
Method Summary
 Collection<Contact> getContacts()
           
 Integer getId()
           
 void setContacts(Collection<Contact> contacts)
           
 void setId(Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserImpl

public UserImpl()
Method Detail

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.