org.hibernate.test.annotations.lob
Class AbstractBook

java.lang.Object
  extended by org.hibernate.test.annotations.lob.AbstractBook
Direct Known Subclasses:
Book, VersionedBook

@MappedSuperclass
public class AbstractBook
extends Object


Constructor Summary
AbstractBook()
           
 
Method Summary
 Character[] getCode()
           
 char[] getCode2()
           
 Editor getEditor()
           
 String getFullText()
           
 String getShortDescription()
           
 void setCode(Character[] code)
           
 void setCode2(char[] code2)
           
 void setEditor(Editor editor)
           
 void setFullText(String fullText)
           
 void setShortDescription(String shortDescription)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBook

public AbstractBook()
Method Detail

getShortDescription

public String getShortDescription()

setShortDescription

public void setShortDescription(String shortDescription)

getFullText

public String getFullText()

setFullText

public void setFullText(String fullText)

getCode

public Character[] getCode()

setCode

public void setCode(Character[] code)

getCode2

public char[] getCode2()

setCode2

public void setCode2(char[] code2)

getEditor

public Editor getEditor()

setEditor

public void setEditor(Editor editor)


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