org.kuali.common.jdbc.threads
Class SqlBucket

java.lang.Object
  extended by org.kuali.common.jdbc.threads.SqlBucket
All Implemented Interfaces:
Comparable<SqlBucket>

Deprecated.

@Deprecated
public class SqlBucket
extends Object
implements Comparable<SqlBucket>


Constructor Summary
SqlBucket()
          Deprecated.  
 
Method Summary
 int compareTo(SqlBucket other)
          Deprecated.  
 long getCount()
          Deprecated.  
 long getSize()
          Deprecated.  
 List<SqlSupplier> getSuppliers()
          Deprecated.  
 void setCount(long count)
          Deprecated.  
 void setSize(long size)
          Deprecated.  
 void setSuppliers(List<SqlSupplier> suppliers)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlBucket

public SqlBucket()
Deprecated. 
Method Detail

compareTo

public int compareTo(SqlBucket other)
Deprecated. 
Specified by:
compareTo in interface Comparable<SqlBucket>

getCount

public long getCount()
Deprecated. 

setCount

public void setCount(long count)
Deprecated. 

getSize

public long getSize()
Deprecated. 

setSize

public void setSize(long size)
Deprecated. 

getSuppliers

public List<SqlSupplier> getSuppliers()
Deprecated. 

setSuppliers

public void setSuppliers(List<SqlSupplier> suppliers)
Deprecated. 


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