org.activemath.events.types
Class UserBookUploadedEvent
java.lang.Object
org.activemath.events.ActivemathEvent
org.activemath.events.types.UserBookUploadedEvent
- All Implemented Interfaces:
- Serializable, Comparable, BookEventTag, InteractionBookEventTag, InteractionEventTag, SessionEventTag, UserEventTag
public class UserBookUploadedEvent
- extends ActivemathEvent
- implements BookEventTag, UserEventTag, InteractionBookEventTag
Event: A user book has been uploaded (from a tool).
- See Also:
- Serialized Form
| Methods inherited from class org.activemath.events.ActivemathEvent |
compareTo, dispatchFinished, getGroupId, getId, getItemId, getSource, getTimestamp, getType, setGroupId, setId, setItemId, setSource, setTimestamp, toString |
EVENT_TYPE
public static final String EVENT_TYPE
- See Also:
- Constant Field Values
bookId
protected String bookId
title
protected String title
description
protected String description
omdocXml
protected String omdocXml
UserBookUploadedEvent
public UserBookUploadedEvent()
UserBookUploadedEvent
public UserBookUploadedEvent(String bookId,
String title,
String description,
String omdocXml)
getTitle
public String getTitle()
- Returns:
- Returns the title.
setTitle
public void setTitle(String title)
- Parameters:
title - The title to set.
getUserId
public String getUserId()
- Specified by:
getUserId in interface UserEventTag
setUserId
public void setUserId(String string)
- Specified by:
setUserId in interface UserEventTag
getSessionId
public String getSessionId()
- Specified by:
getSessionId in interface SessionEventTag
setSessionId
public void setSessionId(String string)
- Specified by:
setSessionId in interface SessionEventTag
getBookId
public String getBookId()
- Specified by:
getBookId in interface BookEventTag
setBookId
public void setBookId(String string)
- Specified by:
setBookId in interface BookEventTag
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getOmdocXml
public String getOmdocXml()
setOmdocXml
public void setOmdocXml(String omdocXml)