Last update: 2011-06-23

org.proteios.io
Class TablePreferences

java.lang.Object
  extended by org.proteios.io.TablePreferences

public class TablePreferences
extends Object

This class represents table preferences.

Version:
2.0
Author:
olle
Last modified
$Date: 2009-11-26 14:16:04 +0100 (Thu, 26 Nov 2009) $

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

TablePreferences

public TablePreferences()
Default constructor.


TablePreferences

public TablePreferences(String name)
Constructor with name argument.

Parameters:
name - String The table name.
Method Detail

getName

public String getName()
Get table name.

Returns:
String The table name.

setName

public void setName(String name)
Set table name.

Parameters:
name - String The table name to set.

getColumnPreferencesList

public List<ColumnPreferences> getColumnPreferencesList()
Get the column preferences list.

Returns:
List The column preferences list.

setColumnPreferencesList

public void setColumnPreferencesList(List<ColumnPreferences> columnPreferencesList)
Set the column preferences list.

Parameters:
columnPreferencesList - List The column preferences list to set.

Last update: 2011-06-23