|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.fenyo.gnetwatch.data.EventGeneric
public abstract class EventGeneric
This base class for every events stores the date of the event.
| Field Summary | |
|---|---|
private java.util.Date |
date
|
private EventList |
eventList
|
private java.lang.Long |
id
|
private static Log |
log
|
| Constructor Summary | |
|---|---|
|
EventGeneric()
Default constructor. |
protected |
EventGeneric(java.util.Date date)
Constructor. |
| Method Summary | |
|---|---|
java.util.Date |
getDate()
Returns the date of creation of this event. |
EventList |
getEventList()
|
java.lang.Long |
getId()
|
int |
getIntValue()
Returns an integer representation of the performance counter associated whith this event. |
void |
setDate(java.util.Date date)
|
void |
setEventList(EventList eventList)
|
protected void |
setId(java.lang.Long id)
|
void |
setIntValue(int value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static Log log
private java.lang.Long id
private java.util.Date date
private EventList eventList
| Constructor Detail |
|---|
protected EventGeneric(java.util.Date date)
date - date of creation.public EventGeneric()
none. - | Method Detail |
|---|
public java.lang.Long getId()
protected void setId(java.lang.Long id)
public EventList getEventList()
public void setEventList(EventList eventList)
public int getIntValue()
public void setIntValue(int value)
public java.util.Date getDate()
none. -
public void setDate(java.util.Date date)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||