public abstract class FormFieldSignature extends BaseSignature
Contains Form field signature properties.
Modifier | Constructor and Description |
---|---|
protected |
FormFieldSignature(String name,
int type)
Creates Form field signature with predefined type and name.
|
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clone FormField Signature instance.
|
boolean |
equals(Object signature)
Overwrites Equals method to compare signature properties
|
String |
getName()
Specifies unique form field name.
|
int |
getType()
Specifies Form field type.
|
Object |
getValue()
Specifies Form field data object.
|
int |
hashCode()
Overrides GetHashCode method
|
void |
setName(String value)
Specifies unique form field name.
|
void |
setValue(Object value)
Specifies Form field data object.
|
getCreatedOn, getDeleted, getHeight, getLeft, getModifiedOn, getPageNumber, getSignatureId, getSignatureType, getTop, getWidth, isSignature, setCreatedOn, setHeight, setLeft, setModifiedOn, setPageNumber, setSignature, setTop, setWidth, supportMetaInfoLayer, toString
protected FormFieldSignature(String name, int type)
Creates Form field signature with predefined type and name.
name
- Name of Form field signature object.type
- Value of Form field signature.public Object deepClone()
Clone FormField Signature instance.
deepClone
in class BaseSignature
public boolean equals(Object signature)
Overwrites Equals method to compare signature properties
equals
in class BaseSignature
signature
- Signature object to compare with.public final String getName()
Specifies unique form field name.
public final int getType()
Specifies Form field type.
public final Object getValue()
Specifies Form field data object.
public int hashCode()
Overrides GetHashCode method
hashCode
in class BaseSignature
public final void setName(String value)
Specifies unique form field name.
public final void setValue(Object value)
Specifies Form field data object.