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 StringgetDescription()StringgetEnd()StringgetId()StringgetImageDescription()StringgetImageURL()List<IUserInfo>getParticipants()StringgetParticipantsFileURL()StringgetStart()StringgetSummary()StringgetUrl()
-
-
-
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:
FileNotFoundExceptionIOException
-
getEnd
public String getEnd() throws FileNotFoundException, IOException
- Throws:
FileNotFoundExceptionIOException
-
getParticipantsFileURL
public String getParticipantsFileURL()
-
getImageDescription
public String getImageDescription()
-
getUrl
public String getUrl()
-
-