org.kuali.common.impex.data
Class ExportTableContext

java.lang.Object
  extended by org.kuali.common.impex.data.ExportTableContext
All Implemented Interfaces:
Comparable<ExportTableContext>, org.kuali.common.util.Weighted

public class ExportTableContext
extends Object
implements Comparable<ExportTableContext>, org.kuali.common.util.Weighted


Constructor Summary
ExportTableContext(Table t)
           
 
Method Summary
 int compareTo(ExportTableContext other)
           
 long getRowCount()
           
 long getSize()
           
 Table getTable()
           
 double getWeight()
           
 void setRowCount(long rowCount)
           
 void setSize(long size)
           
 void setTable(Table table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportTableContext

public ExportTableContext(Table t)
Method Detail

getWeight

public double getWeight()
Specified by:
getWeight in interface org.kuali.common.util.Weighted

compareTo

public int compareTo(ExportTableContext other)
Specified by:
compareTo in interface Comparable<ExportTableContext>

getRowCount

public long getRowCount()

setRowCount

public void setRowCount(long rowCount)

getSize

public long getSize()

setSize

public void setSize(long size)

getTable

public Table getTable()

setTable

public void setTable(Table table)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.