org.hibernate.test.annotations.entity
Class Narrative

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

@Entity
public class Narrative
extends Object


Constructor Summary
Narrative()
           
 
Method Summary
 int getId()
           
 String getState()
           
 Topic getTopic()
           
 void setId(int id)
           
 void setState(String state)
           
 void setTopic(Topic topic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Narrative

public Narrative()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getState

public String getState()

setState

public void setState(String state)

getTopic

public Topic getTopic()

setTopic

public void setTopic(Topic topic)


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