suncertify.db
Class FieldInfo

java.lang.Object
  |
  +--suncertify.db.FieldInfo

public class FieldInfo
extends java.lang.Object
implements java.io.Serializable

This class embodies the name of a field and the maximum width that it may have.

Version:
1.0 07/31/1999
See Also:
Serialized Form

Constructor Summary
FieldInfo(java.lang.String name, int length)
          This constructs an initialized FieldInfo object.
 
Method Summary
 int getLength()
          This method returns the length of the field.
 java.lang.String getName()
          This method returns the name of the field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldInfo

public FieldInfo(java.lang.String name,
                 int length)
This constructs an initialized FieldInfo object.
Parameters:
name - - the name of the field.
length - - the length of the field.
Method Detail

getName

public java.lang.String getName()
This method returns the name of the field.

getLength

public int getLength()
This method returns the length of the field.