org.hibernate.test.readonly
Class TextHolder

java.lang.Object
  extended by org.hibernate.test.readonly.TextHolder

public class TextHolder
extends Object

TextHolder implementation


Constructor Summary
TextHolder()
           
TextHolder(String theText)
           
 
Method Summary
 Long getId()
           
 String getTheText()
           
 void setId(Long id)
           
 void setTheText(String theText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextHolder

public TextHolder()

TextHolder

public TextHolder(String theText)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getTheText

public String getTheText()

setTheText

public void setTheText(String theText)


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