ibspan.tss.um.learning
Class ExtendedEvent

java.lang.Object
  extended by ibspan.tss.um.learning.ExtendedEvent

public class ExtendedEvent
extends Object

Author:
Maciej Gawinecki

Constructor Summary
ExtendedEvent(Event e)
           
 
Method Summary
 UserBehaviour getBehaviour()
           
 String getConceptURI()
           
 String getSessionID()
           
 Integer getUserID()
           
 void setBehaviour(UserBehaviour behaviour)
           
 void setConceptURI(String conceptURI)
           
 void setSessionID(String sessionID)
           
 void setUserID(Integer userID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedEvent

public ExtendedEvent(Event e)
Method Detail

getBehaviour

public UserBehaviour getBehaviour()

setBehaviour

public void setBehaviour(UserBehaviour behaviour)

getConceptURI

public String getConceptURI()

setConceptURI

public void setConceptURI(String conceptURI)

getSessionID

public String getSessionID()

setSessionID

public void setSessionID(String sessionID)

getUserID

public Integer getUserID()

setUserID

public void setUserID(Integer userID)