Class FetchWebFormPersistResponse
- java.lang.Object
-
- de.xima.fc.gui.bean.designer.request.FetchWebFormPersistResponse
-
- All Implemented Interfaces:
Serializable
public final class FetchWebFormPersistResponse extends Object implements Serializable
POJO response data forFetchWebFormPersistRequest.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FetchWebFormPersistResponse(String persist, String language)Creates a new POJO with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLanguage()StringgetPersist()
-
-
-
Constructor Detail
-
FetchWebFormPersistResponse
public FetchWebFormPersistResponse(String persist, String language)
Creates a new POJO with the given data.- Parameters:
persist- Value returned bygetPersist().language- Value returned bygetLanguage().
-
-