Package dataMap.filemaps
Class OfflineFileParameters
java.lang.Object
dataMap.filemaps.OfflineFileParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class OfflineFileParameters
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Enable offline file accessReference to wherever the offline files are.boolean
include sub foldersstatic final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
enable
public boolean enableEnable offline file access -
includeSubFolders
public boolean includeSubFoldersinclude sub folders -
folderName
Reference to wherever the offline files are.
-
-
Constructor Details
-
OfflineFileParameters
public OfflineFileParameters()
-
-
Method Details
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-