public class FieldInformation extends Object implements FieldInformationIF
| Modifier and Type | Field and Description |
|---|---|
protected String |
columns |
protected String |
maxlength |
protected String |
name |
protected String |
rows |
protected String |
type |
| Constructor and Description |
|---|
FieldInformation(String name,
String type,
String maxlength,
String columns,
String rows) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getColumns()
INTERNAL: Gets the number of character columns for this field.
|
String |
getMaxLength()
INTERNAL: Gets the maximum number of characters allowed for this
field to be typed in by the user.
|
String |
getName()
INTERNAL: Gets the name of the input field.
|
String |
getRows()
INTERNAL: Gets the number of rows for this field.
|
String |
getType()
INTERNAL: Gets the type of the input field.
|
int |
hashCode() |
String |
toString() |
protected String name
protected String type
protected String maxlength
protected String columns
protected String rows
public String getName()
FieldInformationIFgetName in interface FieldInformationIFpublic String getType()
FieldInformationIFgetType in interface FieldInformationIFpublic String getMaxLength()
FieldInformationIFgetMaxLength in interface FieldInformationIFpublic String getColumns()
FieldInformationIFgetColumns in interface FieldInformationIFpublic String getRows()
FieldInformationIFgetRows in interface FieldInformationIF