Package io.keikai.model.impl
Class WorkbookProtectionImpl
java.lang.Object
io.keikai.model.impl.WorkbookProtectionImpl
- All Implemented Interfaces:
SWorkbookProtection,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns if the structure of the workbook is lockedReturns if the windows of the workbook is lockedvoidsetAlgName(String algName) voidsetHashValue(String hashValue) voidsetLockStructure(Boolean lockStructure) Lock the structure of the workbookvoidsetLockWindows(Boolean lockWindows) Lock the windows of the workbookvoidsetSaltValue(String saltValue) voidsetSpinCount(String spinCount)
-
Constructor Details
-
WorkbookProtectionImpl
public WorkbookProtectionImpl()
-
-
Method Details
-
isLockStructure
Description copied from interface:SWorkbookProtectionReturns if the structure of the workbook is locked- Specified by:
isLockStructurein interfaceSWorkbookProtection
-
setLockStructure
Description copied from interface:SWorkbookProtectionLock the structure of the workbook- Specified by:
setLockStructurein interfaceSWorkbookProtection- Parameters:
lockStructure- whether to lock the structure of the workbook
-
isLockWindows
Description copied from interface:SWorkbookProtectionReturns if the windows of the workbook is locked- Specified by:
isLockWindowsin interfaceSWorkbookProtection
-
setLockWindows
Description copied from interface:SWorkbookProtectionLock the windows of the workbook- Specified by:
setLockWindowsin interfaceSWorkbookProtection- Parameters:
lockWindows- whether to lock the window of the workbook
-
setAlgName
-
getAlgName
-
setHashValue
-
getHashValue
-
setSaltValue
-
getSaltValue
-
setSpinCount
-
getSpinCount
-