org.kuali.common.jdbc
Class TableStats

java.lang.Object
  extended by org.kuali.common.jdbc.TableStats

Deprecated.

@Deprecated
public class TableStats
extends Object


Constructor Summary
TableStats()
          Deprecated.  
 
Method Summary
 String getName()
          Deprecated.  
 long getRows()
          Deprecated.  
 long getSize()
          Deprecated.  
 void setName(String name)
          Deprecated.  
 void setRows(long rows)
          Deprecated.  
 void setSize(long size)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableStats

public TableStats()
Deprecated. 
Method Detail

getName

public String getName()
Deprecated. 

setName

public void setName(String name)
Deprecated. 

getRows

public long getRows()
Deprecated. 

setRows

public void setRows(long rows)
Deprecated. 

getSize

public long getSize()
Deprecated. 

setSize

public void setSize(long size)
Deprecated. 


Copyright © 2010-2014 The Kuali Foundation. All Rights Reserved.