|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sptci.rwt.Row
public class Row
A simple value object that represents a row in a ResultSet.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Field Summary | |
|---|---|
private List<Column> |
columns
The collection of Column instances contained in this row. |
| Constructor Summary | |
|---|---|
Row()
|
|
| Method Summary | |
|---|---|
protected void |
addColumn(Column column)
Add the specified column to columns collection. |
List<Column> |
getColumns()
Returns columns. |
protected void |
setColumns(List<Column> columns)
Set columns. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private List<Column> columns
Column instances contained in this row.
| Constructor Detail |
|---|
public Row()
| Method Detail |
|---|
public List<Column> getColumns()
columns.
protected void setColumns(List<Column> columns)
columns.
columns - The value to set.protected void addColumn(Column column)
columns collection.
column - The column to be added.
|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||