net.sf.webmancer.db
Class Cell

java.lang.Object
  extended by net.sf.webmancer.db.Cell
All Implemented Interfaces:
ICell

public class Cell
extends java.lang.Object
implements ICell

Author:
Michal Burda

Constructor Summary
Cell(IAttribute attribute, java.lang.Object value)
          Constructs the Cell.
 
Method Summary
 IAttribute getAttribute()
           
 java.lang.Object getValue()
           
 java.lang.String getValueForInput()
           
 java.lang.String getValueForOutput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cell

public Cell(IAttribute attribute,
            java.lang.Object value)
Constructs the Cell.

Method Detail

getAttribute

public IAttribute getAttribute()
Specified by:
getAttribute in interface ICell
Returns:
See Also:
ICell.getAttribute()

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface ICell
Returns:
See Also:
ICell.getValue()

getValueForInput

public java.lang.String getValueForInput()
Specified by:
getValueForInput in interface ICell
Returns:
See Also:
ICell.getValueForInput()

getValueForOutput

public java.lang.String getValueForOutput()
Specified by:
getValueForOutput in interface ICell
Returns:
See Also:
ICell.getValueForOutput()


Copyright © 2006-2007. All Rights Reserved.