Package fileOfflineData
Class OfflineFileParams
java.lang.Object
fileOfflineData.OfflineFileParams
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
- Direct Known Subclasses:
CPODParams
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected OfflineFileParamsclone()Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
offlineFolder
-
subFolders
public boolean subFolders
-
-
Constructor Details
-
OfflineFileParams
public OfflineFileParams()
-
-
Method Details
-
clone
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-