de.jaret.util.ui.table.model
Class JaretTableCellImpl

java.lang.Object
  extended by de.jaret.util.ui.table.model.JaretTableCellImpl
All Implemented Interfaces:
IJaretTableCell

public class JaretTableCellImpl
extends java.lang.Object
implements IJaretTableCell

Implementation of the IJaretTableCell.

Version:
$Id: JaretTableCellImpl.java 175 2007-01-05 00:01:18Z olk $
Author:
Peter Kliem

Field Summary
protected  IColumn _column
          the column.
protected  IRow _row
          the row.
 
Constructor Summary
JaretTableCellImpl(IRow row, IColumn column)
          Construct a table cell instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          
 IColumn getColumn()
          Retrieve the column.
 IRow getRow()
          Retrieve the row.
 int hashCode()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_row

protected IRow _row
the row.


_column

protected IColumn _column
the column.

Constructor Detail

JaretTableCellImpl

public JaretTableCellImpl(IRow row,
                          IColumn column)
Construct a table cell instance.

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

getColumn

public IColumn getColumn()
Description copied from interface: IJaretTableCell
Retrieve the column.

Specified by:
getColumn in interface IJaretTableCell
Returns:
Returns the column.

getRow

public IRow getRow()
Description copied from interface: IJaretTableCell
Retrieve the row.

Specified by:
getRow in interface IJaretTableCell
Returns:
Returns the row.

equals

public boolean equals(java.lang.Object o)

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object


Copyright © 2012. All Rights Reserved.