|
||||||||||
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 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
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |