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:
  • Constructor Details

    • WorkbookProtectionImpl

      public WorkbookProtectionImpl()
  • Method Details

    • isLockStructure

      public Boolean isLockStructure()
      Description copied from interface: SWorkbookProtection
      Returns if the structure of the workbook is locked
      Specified by:
      isLockStructure in interface SWorkbookProtection
    • setLockStructure

      public void setLockStructure(Boolean lockStructure)
      Description copied from interface: SWorkbookProtection
      Lock the structure of the workbook
      Specified by:
      setLockStructure in interface SWorkbookProtection
      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 interface SWorkbookProtection
    • setLockWindows

      public void setLockWindows(Boolean lockWindows)
      Description copied from interface: SWorkbookProtection
      Lock the windows of the workbook
      Specified by:
      setLockWindows in interface SWorkbookProtection
      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()