org.apache.torque.util
Class CloverETLTable
java.lang.Object
   org.apache.torque.util.CloverETLTable
org.apache.torque.util.CloverETLTable
- public class CloverETLTable 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CloverETLTable
public CloverETLTable()
getName
public String getName()
- 
 
setName
public void setName(String name)
- 
 
getColumns
public List<String> getColumns()
- 
 
setColumns
public void setColumns(List<String> columns)
- 
 
getRows
public List<String[]> getRows()
- 
 
setRows
public void setRows(List<String[]> rows)
- 
 
getEtlColumns
public List<CloverETLColumn> getEtlColumns()
- 
 
setEtlColumns
public void setEtlColumns(List<CloverETLColumn> etlColumns)
- 
 
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.