public class Event
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
creator
the agent that generated this event (e.g.: Jomi)
|
protected java.util.Date |
endTime
the time the event has finished
|
protected java.util.Date |
initTime
the time the event has started
|
protected java.util.Date initTime
protected java.util.Date endTime
protected java.lang.String creator
public Event(java.util.Date init, java.lang.String ag)
init
- the time this event has startedag
- the agent that generated this eventpublic Event(java.util.Date init)
init
- the time this event has startedpublic Event()