org.hibernate.tutorial.domain
Class Event
java.lang.Object
org.hibernate.tutorial.domain.Event
public class Event
- extends Object
Constructor Summary |
Event()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Event
public Event()
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