com.gargoylesoftware.base.gui
public static class ReflectedTableModel.ColumnInfo extends Object
Field Summary | |
---|---|
String | columnName_ |
String | propertyName_ |
Constructor Summary | |
---|---|
ColumnInfo(String columnName, String propertyName)
Create a new ColumnInfo with the specified column name and property name. | |
ColumnInfo(String name)
Create a new ColumnInfo where the column name and property name are the same. |
Method Summary | |
---|---|
String | getColumnName()
Return the column name. |
String | getPropertyName()
Return the property name |
Parameters: columnName The name used by the table propertyName The name of the property that we will get the data from.
Parameters: name The name.
Returns: The column name.
Returns: The property name.