org.sakaiproject.sitestats.impl
Class CustomEventImpl

java.lang.Object
  extended by org.sakaiproject.sitestats.impl.CustomEventImpl
All Implemented Interfaces:
org.sakaiproject.event.api.Event

public class CustomEventImpl
extends Object
implements org.sakaiproject.event.api.Event


Constructor Summary
CustomEventImpl(Date date, String event, String ref, String sessionUser, String sessionId)
           
CustomEventImpl(Date date, String event, String ref, String context, String sessionUser, String sessionId)
           
CustomEventImpl(Date date, String event, String ref, String context, String sessionUser, String sessionId, char eventCode)
           
 
Method Summary
 String getContext()
           
 Date getDate()
           
 String getEvent()
           
 Date getEventTime()
           
 boolean getModify()
           
 int getPriority()
           
 String getResource()
           
 String getSessionId()
           
 String getUserId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomEventImpl

public CustomEventImpl(Date date,
                       String event,
                       String ref,
                       String sessionUser,
                       String sessionId)

CustomEventImpl

public CustomEventImpl(Date date,
                       String event,
                       String ref,
                       String context,
                       String sessionUser,
                       String sessionId)

CustomEventImpl

public CustomEventImpl(Date date,
                       String event,
                       String ref,
                       String context,
                       String sessionUser,
                       String sessionId,
                       char eventCode)
Method Detail

getDate

public Date getDate()

getEvent

public String getEvent()
Specified by:
getEvent in interface org.sakaiproject.event.api.Event

getResource

public String getResource()
Specified by:
getResource in interface org.sakaiproject.event.api.Event

getContext

public String getContext()
Specified by:
getContext in interface org.sakaiproject.event.api.Event

getUserId

public String getUserId()
Specified by:
getUserId in interface org.sakaiproject.event.api.Event

getSessionId

public String getSessionId()
Specified by:
getSessionId in interface org.sakaiproject.event.api.Event

getModify

public boolean getModify()
Specified by:
getModify in interface org.sakaiproject.event.api.Event

getPriority

public int getPriority()
Specified by:
getPriority in interface org.sakaiproject.event.api.Event

getEventTime

public Date getEventTime()
Specified by:
getEventTime in interface org.sakaiproject.event.api.Event

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2012 Universidade Fernando Pessoa. All Rights Reserved.