Class WebFormProperties

    • Constructor Detail

      • WebFormProperties

        public WebFormProperties()
    • Method Detail

      • getName

        public String getName()
        Get name.
        Returns:
        name
      • setName

        public void setName​(String name)
        setName.
      • isPrivateAccess

        public WebFormProperties isPrivateAccess​(Boolean isPrivateAccess)
        isPrivateAccess.
        Returns:
        WebFormProperties
      • getIsPrivateAccess

        public Boolean getIsPrivateAccess()
        Get isPrivateAccess.
        Returns:
        isPrivateAccess
      • setIsPrivateAccess

        public void setIsPrivateAccess​(Boolean isPrivateAccess)
        setIsPrivateAccess.
      • allowSending

        public WebFormProperties allowSending​(Boolean allowSending)
        allowSending.
        Returns:
        WebFormProperties
      • isAllowSending

        public Boolean isAllowSending()
        When this property is true, form can be used for remote signing..
        Returns:
        allowSending
      • setAllowSending

        public void setAllowSending​(Boolean allowSending)
        setAllowSending.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object