org.hibernate.test.annotations.entity
Class Topic

java.lang.Object
  extended by org.hibernate.test.annotations.entity.Topic

@Entity
public class Topic
extends Object


Constructor Summary
Topic()
           
 
Method Summary
 void addNarrative(Narrative val)
           
 int getId()
           
 Set<Narrative> getNarratives()
           
 void setId(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Topic

public Topic()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getNarratives

public Set<Narrative> getNarratives()

addNarrative

public void addNarrative(Narrative val)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.