org.hibernate.test.annotations.xml.ejb3
Class Model
java.lang.Object
org.hibernate.test.annotations.xml.ejb3.Model
- Direct Known Subclasses:
- CarModel
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.