public class PersistedSetup<S> extends Object
This class wraps the setup data and the id under which it was persisted.
| Modifier and Type | Method and Description | 
|---|---|
static <S> PersistedSetup<S> | 
from(String id,
    S setup)  | 
String | 
getId()  | 
S | 
getSetup()  | 
public String getId()
public S getSetup()
public static <S> PersistedSetup<S> from(String id, S setup)
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.