org.hibernate.test.annotations.onetomany
Class Model
java.lang.Object
org.hibernate.test.annotations.onetomany.Model
@Entity
public class Model
- extends Object
Constructor Summary |
Model()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Model
public Model()
getId
public Integer getId()
setId
public void setId(Integer id)
getManufacturer
public Manufacturer getManufacturer()
setManufacturer
public void setManufacturer(Manufacturer manufacturer)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.