pl.edu.agh.cast.data.preprocessing
Class DataCell

java.lang.Object
  extended by pl.edu.agh.cast.data.preprocessing.DataCell

public class DataCell
extends Object

Represents a single data cell in the tabular data.

Author:
AGH CAST Team

Constructor Summary
DataCell(DataRow row, int column)
          The default constructor.
 
Method Summary
 String changeValue(String newVal)
          Replaces the existing cell value with a specified new one.
 int getColumn()
           
 DataRow getRow()
           
 String getValue()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataCell

public DataCell(DataRow row,
                int column)
The default constructor.

Parameters:
row - row of the cell
column - column of the cell
Method Detail

getRow

public DataRow getRow()

getColumn

public int getColumn()

getValue

public String getValue()

changeValue

public String changeValue(String newVal)
Replaces the existing cell value with a specified new one.

Parameters:
newVal - new value to be inserted into the cell
Returns:
new element

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.