at.gv.egiz.pdfas.impl.api.commons
Class SignatureProfileImpl

java.lang.Object
  extended byat.gv.egiz.pdfas.impl.api.commons.SignatureProfileImpl
All Implemented Interfaces:
SignatureProfile

public class SignatureProfileImpl
extends Object
implements SignatureProfile

Holds the data of a signature profile.

Author:
wprinz

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

profileId

protected String profileId
The profile identifier.


moaKeyIdentifier

protected String moaKeyIdentifier
The MOA key identifiert of this profile.


signatureBlockEntries

protected Properties signatureBlockEntries
Properties containing the layout settings relevant to the search algorithm for signature blocks.

Constructor Detail

SignatureProfileImpl

public SignatureProfileImpl(String profileId,
                            String moaKeyIdentifier)
Constructor.

Parameters:
profileId - The profile identifier.
moaKeyIdentifier - The MOA key identifiert of this profile.
Method Detail

getProfileId

public String getProfileId()
Description copied from interface: SignatureProfile
Returns the profile id.

Specified by:
getProfileId in interface SignatureProfile
Returns:
Returns the profile id.
See Also:
SignatureProfile.getProfileId()

getMOAKeyIdentifier

public String getMOAKeyIdentifier()
Description copied from interface: SignatureProfile
Returns the MOA KeyIdentifier.

Specified by:
getMOAKeyIdentifier in interface SignatureProfile
Returns:
Returns the MOA KeyIdentifier.
See Also:
SignatureProfile.getMOAKeyIdentifier()

getSignatureBlockEntries

public Properties getSignatureBlockEntries()
Description copied from interface: SignatureProfile
Returns the entries relevant to the search algorithm for signature blocks.
e.g. properties starting with 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.

Specified by:
getSignatureBlockEntries in interface SignatureProfile
Returns:
The entries relevant to the signature block search algorithm as Java properties.
See Also:
SignatureProfile.getSignatureBlockEntries()

setSignatureBlockEntries

public void setSignatureBlockEntries(Properties signatureBlockEntries)
Sets the entries relevant to the search algorithm for signature blocks.
e.g. properties starting with 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.

Parameters:
signatureBlockEntries - The entries relevant to the signature block search algorithm as Java properties.


Copyright © 2006-2010. All Rights Reserved.