org.hibernate.test.annotations.indexcoll
Class News
java.lang.Object
org.hibernate.test.annotations.indexcoll.News
@Entity
public class News
- extends Object
Constructor Summary |
News()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
News
public News()
getId
public Integer getId()
setId
public void setId(Integer id)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDetail
public String getDetail()
setDetail
public void setDetail(String detail)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.