org.kuali.common.jdbc
Class JdbcExecutable

java.lang.Object
  extended by org.kuali.common.jdbc.JdbcExecutable
All Implemented Interfaces:
org.kuali.common.util.execute.Executable

public class JdbcExecutable
extends Object
implements org.kuali.common.util.execute.Executable


Constructor Summary
JdbcExecutable()
           
JdbcExecutable(JdbcService service, JdbcContext context)
           
 
Method Summary
 void execute()
           
 JdbcContext getContext()
           
 JdbcService getService()
           
 boolean isSkip()
           
 void setContext(JdbcContext context)
           
 void setService(JdbcService service)
           
 void setSkip(boolean skip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcExecutable

public JdbcExecutable()

JdbcExecutable

public JdbcExecutable(JdbcService service,
                      JdbcContext context)
Method Detail

execute

public void execute()
Specified by:
execute in interface org.kuali.common.util.execute.Executable

getService

public JdbcService getService()

setService

public void setService(JdbcService service)

getContext

public JdbcContext getContext()

setContext

public void setContext(JdbcContext context)

isSkip

public boolean isSkip()

setSkip

public void setSkip(boolean skip)


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