|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectat.gv.egiz.pdfas.impl.api.commons.SignatureProfileImpl
Holds the data of a signature profile.
| Field Summary | |
protected String |
moaKeyIdentifier
The MOA key identifiert of this profile. |
protected String |
profileId
The profile identifier. |
protected Properties |
signatureBlockEntries
Properties containing the layout settings relevant to the search algorithm for signature blocks. |
| Constructor Summary | |
SignatureProfileImpl(String profileId,
String moaKeyIdentifier)
Constructor. |
|
| Method Summary | |
String |
getMOAKeyIdentifier()
Returns the MOA KeyIdentifier. |
String |
getProfileId()
Returns the profile id. |
Properties |
getSignatureBlockEntries()
Returns the entries relevant to the search algorithm for signature blocks. |
void |
setSignatureBlockEntries(Properties signatureBlockEntries)
Sets the entries relevant to the search algorithm for signature blocks. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected String profileId
protected String moaKeyIdentifier
protected Properties signatureBlockEntries
| Constructor Detail |
public SignatureProfileImpl(String profileId,
String moaKeyIdentifier)
profileId - The profile identifier.moaKeyIdentifier - The MOA key identifiert of this profile.| Method Detail |
public String getProfileId()
SignatureProfile
getProfileId in interface SignatureProfileSignatureProfile.getProfileId()public String getMOAKeyIdentifier()
SignatureProfile
getMOAKeyIdentifier in interface SignatureProfileSignatureProfile.getMOAKeyIdentifier()public Properties getSignatureBlockEntries()
SignatureProfilesig_obj.PROFILE.key. and
properties of the form sig_obj.PROFILE.table.TABLENAME.NUMBER
where PROFILE is the name of the current profile,
TABLENAME is the name of a table and NUMBER
is the number of the specific row within the table TABLENAME.
getSignatureBlockEntries in interface SignatureProfileSignatureProfile.getSignatureBlockEntries()public void setSignatureBlockEntries(Properties signatureBlockEntries)
sig_obj.PROFILE.key. and
properties of the form sig_obj.PROFILE.table.TABLENAME.NUMBER
where PROFILE is the name of the current profile,
TABLENAME is the name of a table and NUMBER
is the number of the specific row within the table TABLENAME.
signatureBlockEntries - The entries relevant to the signature block search algorithm as
Java properties.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||