org.hibernate.tutorial.domain
Class Event

java.lang.Object
  extended by org.hibernate.tutorial.domain.Event

public class Event
extends Object


Constructor Summary
Event()
           
 
Method Summary
 Date getDate()
           
 Long getId()
           
 Set getParticipants()
           
 String getTitle()
           
 void setDate(Date date)
           
 void setParticipants(Set participants)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event()
Method Detail

getId

public Long getId()

getDate

public Date getDate()

setDate

public void setDate(Date date)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getParticipants

public Set getParticipants()

setParticipants

public void setParticipants(Set participants)


Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved