org.hibernate.test.annotations.lob
Class VersionedBook

java.lang.Object
  extended by org.hibernate.test.annotations.lob.AbstractBook
      extended by org.hibernate.test.annotations.lob.VersionedBook

@Entity
public class VersionedBook
extends AbstractBook


Constructor Summary
VersionedBook()
           
 
Method Summary
 Integer getId()
           
 Integer getVersion()
           
 void setId(Integer id)
           
 void setVersion(Integer i)
           
 
Methods inherited from class org.hibernate.test.annotations.lob.AbstractBook
getCode, getCode2, getEditor, getFullText, getShortDescription, setCode, setCode2, setEditor, setFullText, setShortDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionedBook

public VersionedBook()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getVersion

public Integer getVersion()

setVersion

public void setVersion(Integer i)


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