org.kuali.common.jdbc.suppliers
Class AbstractSupplier

java.lang.Object
  extended by org.kuali.common.jdbc.suppliers.AbstractSupplier
All Implemented Interfaces:
Comparable<SqlSupplier>, SqlSupplier
Direct Known Subclasses:
ComplexStringSupplier, SimpleStringSupplier, SqlLocationSupplier

public abstract class AbstractSupplier
extends Object
implements SqlSupplier


Constructor Summary
AbstractSupplier()
           
 
Method Summary
 int compareTo(SqlSupplier other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.common.jdbc.suppliers.SqlSupplier
close, getMetaData, getSql, open
 

Constructor Detail

AbstractSupplier

public AbstractSupplier()
Method Detail

compareTo

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


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