Class FeatProtection

  • All Implemented Interfaces:
    GenericRecord, SharedFeature

    public final class FeatProtection
    extends java.lang.Object
    implements SharedFeature
    Title: FeatProtection (Protection Shared Feature) common record part

    This record part specifies Protection data for a sheet, stored as part of a Shared Feature. It can be found in records such as FeatRecord

    • Field Detail

      • NO_SELF_RELATIVE_SECURITY_FEATURE

        public static final long NO_SELF_RELATIVE_SECURITY_FEATURE
        See Also:
        Constant Field Values
      • HAS_SELF_RELATIVE_SECURITY_FEATURE

        public static final long HAS_SELF_RELATIVE_SECURITY_FEATURE
        See Also:
        Constant Field Values
    • Constructor Detail

      • FeatProtection

        public FeatProtection()
    • Method Detail

      • getPasswordVerifier

        public int getPasswordVerifier()
      • setPasswordVerifier

        public void setPasswordVerifier​(int passwordVerifier)
      • getTitle

        public java.lang.String getTitle()
      • setTitle

        public void setTitle​(java.lang.String title)
      • getFSD

        public int getFSD()
        Returns:
        Self Relative
      • getGenericProperties

        public java.util.Map<java.lang.String,​java.util.function.Supplier<?>> getGenericProperties()
        Specified by:
        getGenericProperties in interface GenericRecord