net.ontopia.topicmaps.webed.impl.basic
Class FieldInformation

java.lang.Object
  extended by net.ontopia.topicmaps.webed.impl.basic.FieldInformation
All Implemented Interfaces:
FieldInformationIF

public class FieldInformation
extends Object
implements FieldInformationIF

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

name

protected String name

type

protected String type

maxlength

protected String maxlength

columns

protected String columns

rows

protected String rows
Constructor Detail

FieldInformation

public FieldInformation(String name,
                        String type,
                        String maxlength,
                        String columns,
                        String rows)
Method Detail

getName

public String getName()
Description copied from interface: FieldInformationIF
INTERNAL: Gets the name of the input field.

Specified by:
getName in interface FieldInformationIF

getType

public String getType()
Description copied from interface: FieldInformationIF
INTERNAL: Gets the type of the input field. Allowed values are "text" (default) and "textarea".

Specified by:
getType in interface FieldInformationIF

getMaxLength

public String getMaxLength()
Description copied from interface: FieldInformationIF
INTERNAL: Gets the maximum number of characters allowed for this field to be typed in by the user.

Specified by:
getMaxLength in interface FieldInformationIF

getColumns

public String getColumns()
Description copied from interface: FieldInformationIF
INTERNAL: Gets the number of character columns for this field.

Specified by:
getColumns in interface FieldInformationIF

getRows

public String getRows()
Description copied from interface: FieldInformationIF
INTERNAL: Gets the number of rows for this field.

Specified by:
getRows in interface FieldInformationIF

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2012 Ontopia.