@RequestScoped public class EventState extends Object implements Serializable
| Constructor and Description |
|---|
EventState() |
| Modifier and Type | Method and Description |
|---|---|
void |
setWasCreated(boolean wasCreated) |
void |
setWasLongRunning(boolean wasLongRunning) |
boolean |
wasCreated() |
boolean |
wasLongRunning() |
public EventState()
public boolean wasLongRunning()
public void setWasLongRunning(boolean wasLongRunning)
public boolean wasCreated()
public void setWasCreated(boolean wasCreated)