org.hibernate.test.joinfetch
Class Comment
java.lang.Object
org.hibernate.test.joinfetch.Comment
public class Comment
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Comment
public Comment(Item item,
String comment)
getItem
public Item getItem()
setItem
public void setItem(Item item)
getTimestamp
public Calendar getTimestamp()
setTimestamp
public void setTimestamp(Calendar timestamp)
getId
public Long getId()
setId
public void setId(Long id)
getText
public String getText()
setText
public void setText(String text)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.