org.kuali.common.jdbc
Class JdbcExecutable
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcExecutable
public JdbcExecutable()
JdbcExecutable
public JdbcExecutable(JdbcService service,
JdbcContext context)
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.