|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.io.TablePreferences
public class TablePreferences
This class represents table preferences.
| Constructor Summary | |
|---|---|
TablePreferences()
Default constructor. |
|
TablePreferences(String name)
Constructor with name argument. |
|
| Method Summary | |
|---|---|
List<ColumnPreferences> |
getColumnPreferencesList()
Get the column preferences list. |
String |
getName()
Get table name. |
void |
setColumnPreferencesList(List<ColumnPreferences> columnPreferencesList)
Set the column preferences list. |
void |
setName(String name)
Set table name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TablePreferences()
public TablePreferences(String name)
name - String The table name.| Method Detail |
|---|
public String getName()
public void setName(String name)
name - String The table name to set.public List<ColumnPreferences> getColumnPreferencesList()
public void setColumnPreferencesList(List<ColumnPreferences> columnPreferencesList)
columnPreferencesList - List
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||