org.hibernate.test.immutable
Class Info

java.lang.Object
  extended by org.hibernate.test.immutable.Info
All Implemented Interfaces:
Serializable

public class Info
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Info()
           
Info(String text)
           
 
Method Summary
 long getId()
           
 String getText()
           
 long getVersion()
           
 void setId(long id)
           
 void setText(String text)
           
 void setVersion(long version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Info

public Info()

Info

public Info(String text)
Method Detail

getVersion

public long getVersion()

setVersion

public void setVersion(long version)

getText

public String getText()

setText

public void setText(String text)

getId

public long getId()

setId

public void setId(long id)


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