|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kinsources.kiwa.actalog.EventLog
public class EventLog
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 |
---|
public EventLog(long id, org.joda.time.DateTime time, EventLog.Category category, java.lang.String... arguments)
category
- event
- comment
- Method Detail |
---|
public java.lang.String[] getArguments()
public EventLog.Category getCategory()
public long getId()
public org.joda.time.DateTime getTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |