org.hibernate.test.annotations.indexcoll
Class GenerationUser

java.lang.Object
  extended by org.hibernate.test.annotations.indexcoll.GenerationUser

@Entity
public class GenerationUser
extends Object


Constructor Summary
GenerationUser()
           
 
Method Summary
 int getId()
           
 Map<Generation,GenerationGroup> getRef()
           
 void setId(int id)
           
 void setRef(Map<Generation,GenerationGroup> ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerationUser

public GenerationUser()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getRef

public Map<Generation,GenerationGroup> getRef()

setRef

public void setRef(Map<Generation,GenerationGroup> ref)


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