org.kuali.common.jdbc.supplier
Interface LocationSupplier

All Superinterfaces:
Comparable<SqlSupplier>, SqlSupplier
All Known Implementing Classes:
SqlLocationSupplier

public interface LocationSupplier
extends SqlSupplier


Method Summary
 String getLocation()
           
 void setLocation(String location)
           
 
Methods inherited from interface org.kuali.common.jdbc.supplier.SqlSupplier
close, fillInMetaData, getMetaData, getSql, open
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getLocation

String getLocation()

setLocation

void setLocation(String location)


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