org.kinsources.kiwa.actalog
Class EventLog

java.lang.Object
  extended by org.kinsources.kiwa.actalog.EventLog

public class EventLog
extends java.lang.Object

Author:
christian.momon@devinsy.fr

Nested Class Summary
static class EventLog.Category
           
 
Constructor Summary
EventLog(long id, org.joda.time.DateTime time, EventLog.Category category, java.lang.String... arguments)
           
 
Method Summary
 java.lang.String[] getArguments()
           
 EventLog.Category getCategory()
           
 long getId()
           
 org.joda.time.DateTime getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventLog

public EventLog(long id,
                org.joda.time.DateTime time,
                EventLog.Category category,
                java.lang.String... arguments)
Parameters:
category -
event -
comment -
Method Detail

getArguments

public java.lang.String[] getArguments()

getCategory

public EventLog.Category getCategory()

getId

public long getId()

getTime

public org.joda.time.DateTime getTime()