Package PamController
Class SettingsFileData
java.lang.Object
PamController.SettingsFileData
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
boolean
protected boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
double
void
setCheckLogFileErrors
(boolean checkLogFileErrors) void
setFirstFile
(File firstFile) void
setScalingFactor
(double scalingFactor) void
trimList()
-
Field Details
-
Constructor Details
-
Method Details
-
setFirstFile
-
trimList
public void trimList() -
getFirstFile
-
getScalingFactor
public double getScalingFactor() -
setScalingFactor
public void setScalingFactor(double scalingFactor) -
clone
-
getCheckLogFileErrors
public boolean getCheckLogFileErrors() -
setCheckLogFileErrors
public void setCheckLogFileErrors(boolean checkLogFileErrors)
-