public class Event
extends Object
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of the event.
|
String |
getProperty(String key)
Gets the property for the given key.
|
void |
setName(String name)
Sets the name of the event.
|
void |
setProperty(String key,
String value)
Sets an event property for the given key.
|
public String getName()
public void setName(String name)
name
- the namepublic String getProperty(String key)
key
- the event keypublic void setProperty(String key, String value)
key
- the property keyvalue
- the property valueCopyright (c) Salzburg Research Forschungsgesellschaft mbH. All rights reserved.