at.knowcenter.wag.egov.egiz.sig
Class SignatureFieldDefinition

java.lang.Object
  extended by at.knowcenter.wag.egov.egiz.sig.SignatureFieldDefinition
All Implemented Interfaces:
Serializable

public class SignatureFieldDefinition
extends Object
implements Serializable

This class contains the information about one field in the signature block.

E.g. Field "Issuer" could have the caption "Aussteller", the value null and the placeholder length of 500.

Author:
wprinz
See Also:
Serialized Form

Field Summary
 String caption
          The static caption of the field.
 String field_name
          The key identifier of this field.
 int placeholder_length
          If the field is not static and has to be filled out, this gives the length of the placeholder that is reserved for filling out.
protected  String value
          The static value of the field.
 
Constructor Summary
SignatureFieldDefinition()
           
 
Method Summary
 String toString()
          Stores the three byte abbreviation code of this field's field name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

field_name

public String field_name
The key identifier of this field.


caption

public String caption
The static caption of the field.


value

protected String value
The static value of the field.

Null means that this field has no static value and must be filled out.


placeholder_length

public int placeholder_length
If the field is not static and has to be filled out, this gives the length of the placeholder that is reserved for filling out.

This has to be large enough so that it can hold the whole value to be filled out.

Constructor Detail

SignatureFieldDefinition

public SignatureFieldDefinition()
Method Detail

toString

public String toString()
Stores the three byte abbreviation code of this field's field name.

Overrides:
toString in class Object


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.