org.hibernate.test.annotations.type
Class Dvd

java.lang.Object
  extended by org.hibernate.test.annotations.type.Dvd

@Entity
public class Dvd
extends Object


Constructor Summary
Dvd()
           
 
Method Summary
 MyOid getId()
           
 String getTitle()
           
 void setId(MyOid id)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dvd

public Dvd()
Method Detail

getId

public MyOid getId()

setId

public void setId(MyOid id)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)


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