Class FileRecoveryProperties
java.lang.Object
com.independentsoft.office.spreadsheet.FileRecoveryProperties
The Class FileRecoveryProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanChecks if is auto recovery.booleanChecks if is crash save.booleanChecks if is data extract load.booleanChecks if is repair load.voidsetAutoRecovery(boolean autoRecovery)Sets the auto recovery.voidsetCrashSave(boolean crashSave)Sets the crash save.voidsetDataExtractLoad(boolean dataExtractLoad)Sets the data extract load.voidsetRepairLoad(boolean repairLoad)Sets the repair load.toString()
-
Constructor Details
-
FileRecoveryProperties
public FileRecoveryProperties()Instantiates a new file recovery properties.
-
-
Method Details
-
clone
-
toString
-
isAutoRecovery
public boolean isAutoRecovery()Checks if is auto recovery.- Returns:
- true, if is auto recovery
-
setAutoRecovery
public void setAutoRecovery(boolean autoRecovery)Sets the auto recovery.- Parameters:
autoRecovery- the new auto recovery
-
isCrashSave
public boolean isCrashSave()Checks if is crash save.- Returns:
- true, if is crash save
-
setCrashSave
public void setCrashSave(boolean crashSave)Sets the crash save.- Parameters:
crashSave- the new crash save
-
isDataExtractLoad
public boolean isDataExtractLoad()Checks if is data extract load.- Returns:
- true, if is data extract load
-
setDataExtractLoad
public void setDataExtractLoad(boolean dataExtractLoad)Sets the data extract load.- Parameters:
dataExtractLoad- the new data extract load
-
isRepairLoad
public boolean isRepairLoad()Checks if is repair load.- Returns:
- true, if is repair load
-
setRepairLoad
public void setRepairLoad(boolean repairLoad)Sets the repair load.- Parameters:
repairLoad- the new repair load
-