public class Event extends Object
Constructor and Description |
---|
Event()
Constructor.
|
Event(String id)
Constructor.
|
Event(String id,
EventType type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the event identifier.
|
Series<Parameter> |
getParameters()
Returns the event parameters.
|
EventType |
getType()
Returns the type of the event.
|
void |
setId(String id)
Sets the event identifier.
|
void |
setParameters(Series<Parameter> parameters)
Sets the event parameters.
|
void |
setType(EventType type)
Sets the type of the event.
|
public Event()
public Event(String id)
id
- The event identifier.public String getId()
public Series<Parameter> getParameters()
public EventType getType()
public void setId(String id)
id
- The event identifier.public void setParameters(Series<Parameter> parameters)
parameters
- The event parameters.public void setType(EventType type)
type
- The type of the event.Copyright © 2005–2014. All rights reserved.