FormFieldSignature
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.signature.domain.signatures.BaseSignature
public abstract class FormFieldSignature extends BaseSignature
Contains Form field signature properties.
| Method | Description |
|---|---|
| getName() | Specifies unique form field name. |
| setName(String value) | Specifies unique form field name. |
| getType() | Specifies Form field type. |
| getValue() | Specifies Form field data object. |
| setValue(Object value) | Specifies Form field data object. |
| equals(Object signature) | Overwrites Equals method to compare signature properties |
| hashCode() | Overrides GetHashCode method |
| deepClone() | Clone FormField Signature instance. |
public final String getName()
Specifies unique form field name.
Returns: java.lang.String
public final void setName(String value)
Specifies unique form field name.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final int getType()
Specifies Form field type.
Returns: int
public final Object getValue()
Specifies Form field data object.
Returns: java.lang.Object
public final void setValue(Object value)
Specifies Form field data object.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.Object |
public boolean equals(Object signature)
Overwrites Equals method to compare signature properties
Parameters:
| Parameter | Type | Description |
|---|---|---|
| signature | java.lang.Object | Signature object to compare with. |
Returns: boolean - Returns true if passed signature object has same type and all its properties are equal to this instance properties.
public int hashCode()
Overrides GetHashCode method
Returns: int - Signature hash code
public Object deepClone()
Clone FormField Signature instance.
Returns: java.lang.Object - Returns cloned FormField Signature instance.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.