org.hibernate.test.annotations.indexcoll
Class GenerationGroup

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

@Entity
public class GenerationGroup
extends Object


Constructor Summary
GenerationGroup()
           
 
Method Summary
 Generation getGeneration()
           
 int getId()
           
 void setGeneration(Generation generation)
           
 void setId(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerationGroup

public GenerationGroup()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getGeneration

public Generation getGeneration()

setGeneration

public void setGeneration(Generation generation)


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