Class DownloadLocalBackupParams
- java.lang.Object
-
- de.xima.fc.gui.designer.form.model.params.DownloadLocalBackupParams
-
public final class DownloadLocalBackupParams extends Object
Parameters for the local backup download, seeFormBackupHelper
andFormDesignerBackupBean.getLocalBackup()
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description DownloadLocalBackupParams(Locale defaultLocale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileName()
Locale
getLang()
String
getLangCode()
com.alibaba.fastjson.JSONObject
getPersist()
boolean
isPlaceholderPreview()
-
-
-
Constructor Detail
-
DownloadLocalBackupParams
public DownloadLocalBackupParams(Locale defaultLocale)
-
-