org.activemath.events.types
Class ExerciseSequencerStartedEvent

java.lang.Object
  extended by org.activemath.events.ActivemathEvent
      extended by org.activemath.events.types.ExerciseSequencerStartedEvent
All Implemented Interfaces:
Serializable, Comparable, BookEventTag, InteractionBookEventTag, InteractionEventTag, SessionEventTag, UserEventTag

public class ExerciseSequencerStartedEvent
extends ActivemathEvent
implements InteractionBookEventTag

Event: user has started the exercise sequencer

See Also:
Serialized Form

Field Summary
static String EVENT_TYPE
           
 
Fields inherited from class org.activemath.events.ActivemathEvent
groupId, id, itemId, sessionId, source, timestamp, type, userId
 
Constructor Summary
ExerciseSequencerStartedEvent()
           
ExerciseSequencerStartedEvent(AppSession appSession, String bookId, String pedagogicalObjective, List<String> contentIdentifiers, String sequencerId)
           
 
Method Summary
 String getBookId()
           
 List<String> getContentIdentifiers()
           
 String getPedagogicalObjective()
           
 String getSequencerId()
           
 String getSessionId()
           
 String getUserId()
           
 void setBookId(String string)
           
 void setContentIdentifiers(List<String> contentIdentifiers)
           
 void setPedagogicalObjective(String pedagogicalObjective)
           
 void setSequencerId(String sequencerId)
           
 void setSessionId(String string)
           
 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
Constructor Detail

ExerciseSequencerStartedEvent

public ExerciseSequencerStartedEvent()

ExerciseSequencerStartedEvent

public ExerciseSequencerStartedEvent(AppSession appSession,
                                     String bookId,
                                     String pedagogicalObjective,
                                     List<String> contentIdentifiers,
                                     String sequencerId)
Parameters:
type -
Method Detail

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

getContentIdentifiers

public List<String> getContentIdentifiers()
Returns:
Returns the contentIdentifiers.

setContentIdentifiers

public void setContentIdentifiers(List<String> contentIdentifiers)
Parameters:
contentIdentifiers - The contentIdentifiers to set.

getPedagogicalObjective

public String getPedagogicalObjective()
Returns:
Returns the pedagogicalObjective.

setPedagogicalObjective

public void setPedagogicalObjective(String pedagogicalObjective)
Parameters:
pedagogicalObjective - The pedagogicalObjective to set.

getBookId

public String getBookId()
Specified by:
getBookId in interface BookEventTag

setBookId

public void setBookId(String string)
Specified by:
setBookId in interface BookEventTag

getSequencerId

public String getSequencerId()
Returns:
Returns the sequencerId.

setSequencerId

public void setSequencerId(String sequencerId)
Parameters:
sequencerId - The sequencerId to set.