Package de.xima.fc
Class CmnConst.DownloadManagerParams
- java.lang.Object
-
- de.xima.fc.CmnConst.DownloadManagerParams
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAMETER_ID
static String
PARAMETER_MANDANT_ID
static String
PARAMETER_NAME
static String
PARAMETER_NO_CACHE_RESOURCE
static String
PARAMETER_PLUGIN_NAME
static String
PARAMETER_PROJEKT_ID
-
Constructor Summary
Constructors Constructor Description DownloadManagerParams()
-
-
-
Field Detail
-
PARAMETER_ID
public static final String PARAMETER_ID
- See Also:
- Constant Field Values
-
PARAMETER_NAME
public static final String PARAMETER_NAME
- See Also:
- Constant Field Values
-
PARAMETER_PROJEKT_ID
public static final String PARAMETER_PROJEKT_ID
- See Also:
- Constant Field Values
-
PARAMETER_MANDANT_ID
public static final String PARAMETER_MANDANT_ID
- See Also:
- Constant Field Values
-
PARAMETER_PLUGIN_NAME
public static final String PARAMETER_PLUGIN_NAME
- See Also:
- Constant Field Values
-
PARAMETER_NO_CACHE_RESOURCE
public static final String PARAMETER_NO_CACHE_RESOURCE
- See Also:
- Constant Field Values
-
-