org.kuali.common.jdbc.model.context
Class SqlBucketContext

java.lang.Object
  extended by org.kuali.common.jdbc.model.context.SqlBucketContext

public final class SqlBucketContext
extends Object


Constructor Summary
SqlBucketContext(SqlBucket bucket, JdbcContext context, JdbcService service)
           
 
Method Summary
 SqlBucket getBucket()
           
 JdbcContext getContext()
           
 JdbcService getService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlBucketContext

public SqlBucketContext(SqlBucket bucket,
                        JdbcContext context,
                        JdbcService service)
Method Detail

getBucket

public SqlBucket getBucket()

getContext

public JdbcContext getContext()

getService

public JdbcService getService()


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