org.hibernate.test.annotations.indexcoll
Class Newspaper
java.lang.Object
   org.hibernate.test.annotations.indexcoll.Newspaper
org.hibernate.test.annotations.indexcoll.Newspaper
- @Entity
public class Newspaper 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Newspaper
public Newspaper()
getId
public Integer getId()
- 
 
setId
public void setId(Integer id)
- 
 
getName
public String getName()
- 
 
setName
public void setName(String name)
- 
 
getNews
public Map<String,News> getNews()
- 
 
setNews
public void setNews(Map<String,News> news)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.