@Named(value="eventPageBean") @SessionScoped public class EventPageBean extends Object implements Serializable
| Constructor and Description |
|---|
EventPageBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
doModifyEvent()
Method invoked by the form to modify an event
|
String |
getCategory() |
String |
getDescription() |
void |
getDetailsEvent(int id)
Find details of event
|
Date |
getEventDate() |
String |
getLocation() |
String |
getLongDescription() |
String |
getParticipants() |
String |
getTitle() |
void |
setCategory(String category) |
void |
setDescription(String description) |
void |
setEventDate(Date eventDate) |
void |
setLocation(String location) |
void |
setLongDescription(String longDescription) |
void |
setParticipants(String participants) |
void |
setTitle(String title) |
public void getDetailsEvent(int id)
id - id of the eventpublic String doModifyEvent()
public String getTitle()
public void setTitle(String title)
public String getCategory()
public void setCategory(String category)
public String getDescription()
public void setDescription(String description)
public String getLongDescription()
public void setLongDescription(String longDescription)
public Date getEventDate()
public void setEventDate(Date eventDate)
public String getLocation()
public void setLocation(String location)
public String getParticipants()
public void setParticipants(String participants)
Copyright © 2017. All rights reserved.