Package io.keikai.model.impl
Class WorkbookProtectionImpl
- java.lang.Object
-
- io.keikai.model.impl.WorkbookProtectionImpl
-
- All Implemented Interfaces:
SWorkbookProtection
,Serializable
public class WorkbookProtectionImpl extends Object implements SWorkbookProtection, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkbookProtectionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlgName()
String
getHashValue()
String
getSaltValue()
String
getSpinCount()
Boolean
isLockStructure()
Returns if the structure of the workbook is lockedBoolean
isLockWindows()
Returns if the windows of the workbook is lockedvoid
setAlgName(String algName)
void
setHashValue(String hashValue)
void
setLockStructure(Boolean lockStructure)
Lock the structure of the workbookvoid
setLockWindows(Boolean lockWindows)
Lock the windows of the workbookvoid
setSaltValue(String saltValue)
void
setSpinCount(String spinCount)
-
-
-
Method Detail
-
isLockStructure
public Boolean isLockStructure()
Description copied from interface:SWorkbookProtection
Returns if the structure of the workbook is locked- Specified by:
isLockStructure
in interfaceSWorkbookProtection
-
setLockStructure
public void setLockStructure(Boolean lockStructure)
Description copied from interface:SWorkbookProtection
Lock the structure of the workbook- Specified by:
setLockStructure
in interfaceSWorkbookProtection
- Parameters:
lockStructure
- whether to lock the structure of the workbook
-
isLockWindows
public Boolean isLockWindows()
Description copied from interface:SWorkbookProtection
Returns if the windows of the workbook is locked- Specified by:
isLockWindows
in interfaceSWorkbookProtection
-
setLockWindows
public void setLockWindows(Boolean lockWindows)
Description copied from interface:SWorkbookProtection
Lock the windows of the workbook- Specified by:
setLockWindows
in interfaceSWorkbookProtection
- Parameters:
lockWindows
- whether to lock the window of the workbook
-
setAlgName
public void setAlgName(String algName)
-
getAlgName
public String getAlgName()
-
setHashValue
public void setHashValue(String hashValue)
-
getHashValue
public String getHashValue()
-
setSaltValue
public void setSaltValue(String saltValue)
-
getSaltValue
public String getSaltValue()
-
setSpinCount
public void setSpinCount(String spinCount)
-
getSpinCount
public String getSpinCount()
-
-