org.activemath.events.types
Class UserBookUploadedEvent

java.lang.Object
  extended by org.activemath.events.ActivemathEvent
      extended by 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

Field Summary
protected  String bookId
           
protected  String description
           
static String EVENT_TYPE
           
protected  String omdocXml
           
protected  String title
           
 
Fields inherited from class org.activemath.events.ActivemathEvent
groupId, id, itemId, sessionId, source, timestamp, type, userId
 
Constructor Summary
UserBookUploadedEvent()
           
UserBookUploadedEvent(String bookId, String title, String description, String omdocXml)
           
 
Method Summary
 String getBookId()
           
 String getDescription()
           
 String getOmdocXml()
           
 String getSessionId()
           
 String getTitle()
           
 String getUserId()
           
 void setBookId(String string)
           
 void setDescription(String description)
           
 void setOmdocXml(String omdocXml)
           
 void setSessionId(String string)
           
 void setTitle(String title)
           
 void setUserId(String string)
           
 
Methods inherited from class org.activemath.events.ActivemathEvent
compareTo, dispatchFinished, getGroupId, getId, getItemId, getSource, getTimestamp, getType, setGroupId, setId, setItemId, setSource, setTimestamp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.activemath.events.tags.UserEventTag
getGroupId, setGroupId
 

Field Detail

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
Constructor Detail

UserBookUploadedEvent

public UserBookUploadedEvent()

UserBookUploadedEvent

public UserBookUploadedEvent(String bookId,
                             String title,
                             String description,
                             String omdocXml)
Method Detail

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)