org.olat.core.gui.components.table
Class TablePrefs

java.lang.Object
  extended by org.olat.core.gui.components.table.TablePrefs

public class TablePrefs
extends java.lang.Object

Description:
TODO: Felix Jost Class Description for TablePrefs

Initial Date: 01.12.2004

Author:
Felix Jost

Constructor Summary
TablePrefs()
           
 
Method Summary
 java.util.List getActiveColumnsRef()
           
 void setActiveColumnsRef(java.util.List activeColumnsRef)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TablePrefs

public TablePrefs()
Method Detail

getActiveColumnsRef

public java.util.List getActiveColumnsRef()
Returns:
Returns the activeColumnsRef.

setActiveColumnsRef

public void setActiveColumnsRef(java.util.List activeColumnsRef)
Parameters:
activeColumnsRef - The activeColumnsRef to set.