org.hibernate.test.annotations.manytomany
Class ProgramManager
java.lang.Object
org.hibernate.test.annotations.manytomany.ProgramManager
@Entity
public class ProgramManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgramManager
public ProgramManager()
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.