public class SignatureDetails
extends java.lang.Object
| Constructor and Description |
|---|
SignatureDetails() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress1()
Represents the "address1" field in the signature details dialog.
|
java.lang.String |
getAddress2()
Represents the "address2" field in the signature details dialog.
|
java.lang.String |
getApplicationVersion()
Represents the "application version" field in the additional information
dialog.
|
java.lang.String |
getCity()
Represents the "city" field in the signature details dialog.
|
java.lang.String |
getClaimedRole()
Represents the "claimed role" field in the signature details dialog.
|
int |
getColorDepth()
Represents the "color depth" field in the additional information dialog.
|
java.lang.String |
getCommitmentTypeDescription()
Represents the "commitment type description" field in the signature details
dialog.
|
java.lang.String |
getCommitmentTypeQualifier()
Represents the "commitment type qualifier" field in the signature details
dialog.
|
java.lang.String |
getCountryName()
Represents the "country name" field in the signature details dialog.
|
int |
getHorizontalResolution()
Represents the "horizontal resolution" field in the additional information
dialog.
|
int |
getMonitors()
Represents the "monitors" field in the additional information dialog.
|
java.lang.String |
getOfficeVersion()
Represents the "office version" field in the additional information dialog.
|
java.lang.String |
getPostalCode()
Represents the "postal code" field in the signature details dialog.
|
java.lang.String |
getSignatureComments()
Represents the "signature comments" field in the "sign" dialog.
|
java.lang.String |
getStateOrProvince()
Represents the "state or province" field in the signature details dialog.
|
int |
getVerticalResolution()
Represents the "vertical resolution" field in the additional information
dialog.
|
java.lang.String |
getWindowsVersion()
Represents the "windows version" field in the additional information dialog.
|
void |
setAddress1(java.lang.String value)
Represents the "address1" field in the signature details dialog.
|
void |
setAddress2(java.lang.String value)
Represents the "address2" field in the signature details dialog.
|
void |
setApplicationVersion(java.lang.String value)
Represents the "application version" field in the additional information
dialog.
|
void |
setCity(java.lang.String value)
Represents the "city" field in the signature details dialog.
|
void |
setClaimedRole(java.lang.String value)
Represents the "claimed role" field in the signature details dialog.
|
void |
setColorDepth(int value)
Represents the "color depth" field in the additional information dialog.
|
void |
setCommitmentTypeDescription(java.lang.String value)
Represents the "commitment type description" field in the signature details
dialog.
|
void |
setCommitmentTypeQualifier(java.lang.String value)
Represents the "commitment type qualifier" field in the signature details
dialog.
|
void |
setCountryName(java.lang.String value)
Represents the "country name" field in the signature details dialog.
|
void |
setHorizontalResolution(int value)
Represents the "horizontal resolution" field in the additional information
dialog.
|
void |
setMonitors(int value)
Represents the "monitors" field in the additional information dialog.
|
void |
setOfficeVersion(java.lang.String value)
Represents the "office version" field in the additional information dialog.
|
void |
setPostalCode(java.lang.String value)
Represents the "postal code" field in the signature details dialog.
|
void |
setSignatureComments(java.lang.String value)
Represents the "signature comments" field in the "sign" dialog.
|
void |
setStateOrProvince(java.lang.String value)
Represents the "state or province" field in the signature details dialog.
|
void |
setVerticalResolution(int value)
Represents the "vertical resolution" field in the additional information
dialog.
|
void |
setWindowsVersion(java.lang.String value)
Represents the "windows version" field in the additional information dialog.
|
public final java.lang.String getSignatureComments()
public final void setSignatureComments(java.lang.String value)
public final java.lang.String getWindowsVersion()
public final void setWindowsVersion(java.lang.String value)
public final java.lang.String getOfficeVersion()
public final void setOfficeVersion(java.lang.String value)
public final java.lang.String getApplicationVersion()
public final void setApplicationVersion(java.lang.String value)
public final int getMonitors()
public final void setMonitors(int value)
public final int getHorizontalResolution()
public final void setHorizontalResolution(int value)
public final int getVerticalResolution()
public final void setVerticalResolution(int value)
public final int getColorDepth()
public final void setColorDepth(int value)
public final java.lang.String getAddress1()
public final void setAddress1(java.lang.String value)
public final java.lang.String getAddress2()
public final void setAddress2(java.lang.String value)
public final java.lang.String getCity()
public final void setCity(java.lang.String value)
public final java.lang.String getStateOrProvince()
public final void setStateOrProvince(java.lang.String value)
public final java.lang.String getPostalCode()
public final void setPostalCode(java.lang.String value)
public final java.lang.String getCountryName()
public final void setCountryName(java.lang.String value)
public final java.lang.String getClaimedRole()
public final void setClaimedRole(java.lang.String value)
public final java.lang.String getCommitmentTypeDescription()
public final void setCommitmentTypeDescription(java.lang.String value)
public final java.lang.String getCommitmentTypeQualifier()
public final void setCommitmentTypeQualifier(java.lang.String value)