wt.org.electronicIdentity
Class SigVariableInfo
java.lang.Object
wt.org.electronicIdentity.SigVariableInfo
- public class SigVariableInfo
- extends Object
Data container bean holding information pertaining to a variable used by
signature engines to expose the attributes needed in verifying a user.
Supported API: true
Extendable: false
- See Also:
SignatureEngine.getVariableInfo()
Constructor Summary |
SigVariableInfo()
Constructor creates an empty data container bean for a single variable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
private String key
value
private String value
formField
private String formField
isRequired
private boolean isRequired
isPasswordField
private boolean isPasswordField
preferredSize
private int preferredSize
resource
private String resource
SigVariableInfo
public SigVariableInfo()
- Constructor creates an empty data container bean for a single variable.
Instance of SigVariableInfo is typically returned by a SignatureEngine.
setKey
public void setKey(String key)
getKey
public String getKey()
setValue
public void setValue(String value)
getValue
public String getValue()
setFormField
public void setFormField(String formField)
getFormField
public String getFormField()
setIsRequired
public void setIsRequired(boolean isRequired)
isRequired
public boolean isRequired()
setIsPasswordField
public void setIsPasswordField(boolean isPasswordField)
isPasswordField
public boolean isPasswordField()
setPreferredSize
public void setPreferredSize(int preferredSize)
getPreferredSize
public int getPreferredSize()
setResource
public void setResource(String resource)
getResource
public String getResource()
getLabel
public LocalizableMessage getLabel()