|
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.Column
public class Column
A simple value object that represents a column in a result set row.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Field Summary | |
|---|---|
private Object |
content
The object that represents the contents of the column. |
private String |
name
The name of the column. |
private int |
type
The Types value for the data type of the column. |
| Constructor Summary | |
|---|---|
Column()
|
|
| Method Summary | |
|---|---|
Object |
getContent()
Returns content. |
String |
getName()
Returns name. |
int |
getType()
Returns type. |
protected void |
setContent(Object content)
Set content. |
protected void |
setName(String name)
Set name. |
protected void |
setType(int type)
Set type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private String name
private int type
Types value for the data type of the column.
private Object content
| Constructor Detail |
|---|
public Column()
| Method Detail |
|---|
public String getName()
name.
protected void setName(String name)
name.
name - The value to set.public int getType()
type.
protected void setType(int type)
type.
type - The value to set.public Object getContent()
content.
protected void setContent(Object content)
content.
content - The value to set.
|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||