public static class ReflectedTableModel.ColumnInfo extends Object
Constructor and Description |
---|
ColumnInfo(String name)
Create a new ColumnInfo where the column name and property name are the same.
|
ColumnInfo(String columnName,
String propertyName)
Create a new ColumnInfo with the specified column name and property name.
|
Modifier and Type | Method and Description |
---|---|
String |
getColumnName()
Return the column name.
|
String |
getPropertyName()
Return the property name
|
public ColumnInfo(String columnName, String propertyName)
columnName
- The name used by the tablepropertyName
- The name of the property that we will get the data from.public ColumnInfo(String name)
name
- The name.Copyright © 1998–2014 Gargoyle Software Inc.. All rights reserved.