|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.webed.impl.basic.FieldInformation
public class FieldInformation
INTERNAL: Default implementation of the FieldInformationIF interface.
| Field Summary | |
|---|---|
protected String |
columns
|
protected String |
maxlength
|
protected String |
name
|
protected String |
rows
|
protected String |
type
|
| Constructor Summary | |
|---|---|
FieldInformation(String name,
String type,
String maxlength,
String columns,
String rows)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String type
protected String maxlength
protected String columns
protected String rows
| Constructor Detail |
|---|
public FieldInformation(String name,
String type,
String maxlength,
String columns,
String rows)
| Method Detail |
|---|
public String getName()
FieldInformationIF
getName in interface FieldInformationIFpublic String getType()
FieldInformationIF
getType in interface FieldInformationIFpublic String getMaxLength()
FieldInformationIF
getMaxLength in interface FieldInformationIFpublic String getColumns()
FieldInformationIF
getColumns in interface FieldInformationIFpublic String getRows()
FieldInformationIF
getRows in interface FieldInformationIFpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||