Class ProtectedRange

java.lang.Object
com.independentsoft.office.spreadsheet.ProtectedRange

public class ProtectedRange extends Object
The Class ProtectedRange.
  • Constructor Details

    • ProtectedRange

      public ProtectedRange()
      Instantiates a new protected range.
  • Method Details

    • clone

      public ProtectedRange clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getPassword

      public String getPassword()
      Gets the password.
      Returns:
      the password
    • setPassword

      public void setPassword(String password)
      Sets the password.
      Parameters:
      password - the new password
    • getSecurityDescriptor

      public String getSecurityDescriptor()
      Gets the security descriptor.
      Returns:
      the security descriptor
    • setSecurityDescriptor

      public void setSecurityDescriptor(String securityDescriptor)
      Sets the security descriptor.
      Parameters:
      securityDescriptor - the new security descriptor
    • getReferenceSequence

      public String getReferenceSequence()
      Gets the reference sequence.
      Returns:
      the reference sequence
    • setReferenceSequence

      public void setReferenceSequence(String referenceSequence)
      Sets the reference sequence.
      Parameters:
      referenceSequence - the new reference sequence