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()
FieldInformationIF
getName
in interface FieldInformationIF
public String getType()
FieldInformationIF
getType
in interface FieldInformationIF
public String getMaxLength()
FieldInformationIF
getMaxLength
in interface FieldInformationIF
public String getColumns()
FieldInformationIF
getColumns
in interface FieldInformationIF
public String getRows()
FieldInformationIF
getRows
in interface FieldInformationIF