org.hibernate.test.readonly
Class Info

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

public class Info
extends Object

todo: describe Info


Constructor Summary
Info()
           
Info(String details)
           
 
Method Summary
 String getDetails()
           
 Long getId()
           
 void setDetails(String details)
           
 void setId(Long id)
           
 
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 details)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getDetails

public String getDetails()

setDetails

public void setDetails(String details)


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