public class ViewActionStateHolder extends Object implements Serializable
Constructor and Description |
---|
ViewActionStateHolder(String eventId,
boolean userEventProcessed,
MappingResults mappingResults) |
Modifier and Type | Method and Description |
---|---|
String |
getEventId() |
MappingResults |
getMappingResults() |
boolean |
getUserEventProcessed() |
String |
toString() |
public static final String KEY
public ViewActionStateHolder(String eventId, boolean userEventProcessed, MappingResults mappingResults)
public String getEventId()
public boolean getUserEventProcessed()
public MappingResults getMappingResults()