org.weda.model.impl
Class ObjectTableModelFactoryImpl

java.lang.Object
  extended by org.weda.model.impl.ObjectTableModelFactoryImpl
All Implemented Interfaces:
ObjectTableModelFactory, TableModelFactory

public class ObjectTableModelFactoryImpl
extends java.lang.Object
implements ObjectTableModelFactory

Author:
tim

Constructor Summary
ObjectTableModelFactoryImpl()
           
 
Method Summary
 java.util.List<TableModel> getTableModels()
           
 void init()
           
 void setLog(org.apache.commons.logging.Log log)
           
 void setTableModels(java.util.List<TableModel> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectTableModelFactoryImpl

public ObjectTableModelFactoryImpl()
Method Detail

init

public void init()
          throws java.lang.Exception
Throws:
java.lang.Exception

getTableModels

public java.util.List<TableModel> getTableModels()
Specified by:
getTableModels in interface TableModelFactory

setTableModels

public void setTableModels(java.util.List<TableModel> models)

setLog

public void setLog(org.apache.commons.logging.Log log)


Copyright © 2005-2006 . All Rights Reserved.