rina.rib.util
Class Event
java.lang.Object
rina.rib.util.Event
public class Event
- extends java.lang.Object
Constructor Summary |
Event(java.lang.String type,
int id,
java.lang.String name,
int frenquency)
|
Event(java.lang.String type,
int id,
java.lang.String name,
int frenquency,
java.lang.String publisher)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Event
public Event(java.lang.String type,
int id,
java.lang.String name,
int frenquency)
Event
public Event(java.lang.String type,
int id,
java.lang.String name,
int frenquency,
java.lang.String publisher)
getPublisher
public java.lang.String getPublisher()
- Returns:
- the publisher
setPublisher
public void setPublisher(java.lang.String publisher)
- Parameters:
publisher
- the publisher to set
getType
public java.lang.String getType()
- Returns:
- the type
setType
public void setType(java.lang.String type)
- Parameters:
type
- the type to set
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name
- the name to set
getId
public int getId()
- Returns:
- the id
setId
public void setId(int id)
- Parameters:
id
- the id to set
getAttribute
public java.lang.Object getAttribute()
- Returns:
- the attribute
setAttribute
public void setAttribute(java.lang.Object attribute)
- Parameters:
attribute
- the attribute to set
getFrenquency
public int getFrenquency()
- Returns:
- the frenquency
setFrenquency
public void setFrenquency(int frenquency)
- Parameters:
frenquency
- the frenquency to set