org.hibernate.test.extralazy
Class Document
java.lang.Object
org.hibernate.test.extralazy.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 title,
String content,
User owner)
getContent
public String getContent()
setContent
public void setContent(String content)
getOwner
public User getOwner()
setOwner
public void setOwner(User owner)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.