| java.lang.Object org.axiondb.RowDecorator
RowDecorator | public class RowDecorator (Code) | | A
org.axiondb.Row with meta-information. (Note that we've intentionally not
implemented Row here. Row and RowDecorator
have different contracts. A reference to a Row is somewhat
persistent--it can be added to a Collection, for example. A
RowDecorator changes all the time.)
version: $Revision: 1.18 $ $Date: 2006/01/10 21:02:37 $ author: Rodney Waldhoff author: Ahimanikya Satapathy |
RowDecorator | public RowDecorator(Map selectableToFieldMap)(Code) | | |
getRow | public Row getRow()(Code) | | Gets the
Row I'm currently decorating.
|
getSelectableIterator | public Iterator getSelectableIterator()(Code) | | Gets the selectable To Field Iterator
|
setRow | public void setRow(int rowndx, Row row)(Code) | | Sets the
Row I'm currently decorating.
|
setRow | public void setRow(Row row)(Code) | | Sets the
Row I'm currently decorating.
|
|
|