org.hibernate.test.stateless
Class Document
java.lang.Object
org.hibernate.test.stateless.Document
public class Document
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Document
public Document(String text,
String name)
getName
public String getName()
setName
public void setName(String name)
getText
public String getText()
setText
public void setText(String text)
getLastModified
public Date getLastModified()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.