Package org.javlo.module.event
Class EventAction.EventBean
- java.lang.Object
-
- org.javlo.module.event.EventAction.EventBean
-
- Enclosing class:
- EventAction
public static class EventAction.EventBean extends Object
-
-
Constructor Summary
Constructors Constructor Description EventBean(ContentContext ctx, Event event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getEnd()
String
getId()
String
getImageDescription()
String
getImageURL()
List<IUserInfo>
getParticipants()
String
getParticipantsFileURL()
String
getStart()
String
getSummary()
String
getUrl()
-
-
-
Constructor Detail
-
EventBean
public EventBean(ContentContext ctx, Event event)
-
-
Method Detail
-
getId
public String getId()
-
getSummary
public String getSummary()
-
getDescription
public String getDescription()
-
getStart
public String getStart() throws FileNotFoundException, IOException
- Throws:
FileNotFoundException
IOException
-
getEnd
public String getEnd() throws FileNotFoundException, IOException
- Throws:
FileNotFoundException
IOException
-
getParticipantsFileURL
public String getParticipantsFileURL()
-
getImageDescription
public String getImageDescription()
-
getUrl
public String getUrl()
-
-