org.hibernate.test.annotations.indexcoll
Class Training

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

@Entity
public class Training
extends Object


Constructor Summary
Training()
           
 
Method Summary
 Long getId()
           
 SortedMap<String,Trainee> getTrainees()
           
 void setId(Long id)
           
 void setTrainees(SortedMap<String,Trainee> trainees)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Training

public Training()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getTrainees

public SortedMap<String,Trainee> getTrainees()

setTrainees

public void setTrainees(SortedMap<String,Trainee> trainees)


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