org.hibernate.test.annotations.idmanytoone
Class Project

java.lang.Object
  extended by org.hibernate.test.annotations.idmanytoone.Project

@Entity
public class Project
extends Object


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

Constructor Detail

Project

public Project()
Method Detail

getId

public int getId()

setId

public void setId(int id)


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