|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectat.knowcenter.wag.egov.egiz.sig.SignatureFieldDefinition
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.
| 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. |
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 |
public String field_name
public String caption
public String value
Null means that this field has no static value and must be filled out.
public int placeholder_length
This has to be large enough so that it can hold the whole value to be filled out.
| Constructor Detail |
public SignatureFieldDefinition()
| Method Detail |
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||