Force to show/hide signature properties. In case ShowProperties is true signature field has predefined format of appearance Digitally signed by { ContactInfo (#getContactInfo.getContactInfo/#setContactInfo(String).setContactInfo(String))} Date: {Date} Reason: { Reason (#getReason.getReason/#setReason(String).setReason(String))} Location: { Location (#getLocation.getLocation/#setLocation(String).setLocation(String))} ShowProperties is true by default.
Returns:
boolean
setShowProperties(boolean value)
public final void setShowProperties(boolean value)
Force to show/hide signature properties. In case ShowProperties is true signature field has predefined format of appearance Digitally signed by { ContactInfo (#getContactInfo.getContactInfo/#setContactInfo(String).setContactInfo(String))} Date: {Date} Reason: { Reason (#getReason.getReason/#setReason(String).setReason(String))} Location: { Location (#getLocation.getLocation/#setLocation(String).setLocation(String))} ShowProperties is true by default.
Parameters:
Parameter
Type
Description
value
boolean
equals(Object signature)
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.