org.hibernate.test.annotations.xml.ejb3
Class CarModel

java.lang.Object
  extended by org.hibernate.test.annotations.xml.ejb3.Model
      extended by org.hibernate.test.annotations.xml.ejb3.CarModel

public class CarModel
extends Model


Constructor Summary
CarModel()
           
 
Method Summary
 Date getYear()
           
 void setYear(Date year)
           
 
Methods inherited from class org.hibernate.test.annotations.xml.ejb3.Model
getId, getManufacturer, setId, setManufacturer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CarModel

public CarModel()
Method Detail

getYear

public Date getYear()

setYear

public void setYear(Date year)


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