org.hibernate.test.annotations.manytomany
Class ProgramManager

java.lang.Object
  extended by org.hibernate.test.annotations.manytomany.ProgramManager

@Entity
public class ProgramManager
extends Object


Constructor Summary
ProgramManager()
           
 
Method Summary
 int getId()
           
 Collection<Employee> getManages()
           
 void setId(int id)
           
 void setManages(Collection<Employee> manages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgramManager

public ProgramManager()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getManages

public Collection<Employee> getManages()

setManages

public void setManages(Collection<Employee> manages)


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