org.jaffa.presentation.portlet.widgets.model
Class TableModel.Column

java.lang.Object
  extended byorg.jaffa.presentation.portlet.widgets.model.TableModel.Column
Enclosing class:
TableModel

public class TableModel.Column
extends Object

An instance of this class will be created for each column added to the TableModel.


Constructor Summary
TableModel.Column(String name, String dataType)
          Constructor.
 
Method Summary
 String getDataType()
          Getter for property dataType.
 String getName()
          Getter for property name.
 String toString()
          Returns diagnostic information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableModel.Column

public TableModel.Column(String name,
                         String dataType)
Constructor.

Parameters:
name - The name of the column.
dataType - The data type of the column.
Method Detail

getName

public String getName()
Getter for property name.

Returns:
Value of property name.

getDataType

public String getDataType()
Getter for property dataType.

Returns:
Value of property dataType.

toString

public String toString()
Returns diagnostic information.

Returns:
diagnostic information.


Copyright © 2002-2004 JAFFA Project.