org.activemath.events.types
Class UserBookRenamedEvent
java.lang.Object
org.activemath.events.ActivemathEvent
org.activemath.events.types.UserBookRenamedEvent
- All Implemented Interfaces:
- Serializable, Comparable, BookEventTag, InteractionBookEventTag, InteractionEventTag, SessionEventTag, UserEventTag
public class UserBookRenamedEvent
- extends ActivemathEvent
- implements InteractionBookEventTag
Describe me!
- 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 |
EVENT_TYPE
public static final String EVENT_TYPE
- See Also:
- Constant Field Values
bookId
protected String bookId
oldTitle
protected String oldTitle
newTitle
protected String newTitle
UserBookRenamedEvent
public UserBookRenamedEvent()
UserBookRenamedEvent
public UserBookRenamedEvent(String bookId,
String oldTitle,
String newTitle)
getOldTitle
public String getOldTitle()
getNewTitle
public String getNewTitle()
toString
public String toString()
- Overrides:
toString in class ActivemathEvent
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
setOldTitle
public void setOldTitle(String value)
setNewTitle
public void setNewTitle(String value)