public class Event extends BaseObject implements Serializable
Actions, which usually operate on the same kind of domain objects.| Modifier and Type | Field and Description |
|---|---|
protected List<Action> |
actions |
protected Config |
config |
protected String |
id |
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
getActions()
Gets the value of the actions property.
|
Config |
getConfig()
Gets the value of the config property.
|
String |
getId()
The globally unique id of the event.
|
void |
setConfig(Config value)
Sets the value of the config property.
|
void |
setId(String value)
Sets the value of the id property.
|
public Config getConfig()
Configpublic void setConfig(Config value)
value - allowed object is
Configpublic List<Action> getActions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the actions property.
For example, to add a new item, do as follows:
getActions().add(newItem);
Objects of the following type(s) are allowed in the list
Action
Copyright © 2011–2018 aiticon GmbH. All rights reserved.