org.kuali.common.jdbc.threads
Class SqlBucket

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

public class SqlBucket
extends Object
implements Comparable<SqlBucket>


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

Constructor Detail

SqlBucket

public SqlBucket()
Method Detail

compareTo

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

getCount

public long getCount()

setCount

public void setCount(long count)

getSize

public long getSize()

setSize

public void setSize(long size)

getSources

public List<SqlSource> getSources()

setSources

public void setSources(List<SqlSource> sources)


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