org.kuali.common.impex.schema.execute
Class DumpSchemaExecutable
java.lang.Object
org.kuali.common.impex.schema.execute.DumpSchemaExecutable
- All Implemented Interfaces:
- org.kuali.common.util.execute.Executable
public class DumpSchemaExecutable
- 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 |
DumpSchemaExecutable
public DumpSchemaExecutable()
DumpSchemaExecutable
public DumpSchemaExecutable(DumpSchemaService service,
boolean skip,
DumpSchemaRequest request)
execute
public void execute()
- Specified by:
execute
in interface org.kuali.common.util.execute.Executable
getService
public DumpSchemaService getService()
setService
public void setService(DumpSchemaService service)
isSkip
public boolean isSkip()
setSkip
public void setSkip(boolean skip)
getRequest
public DumpSchemaRequest getRequest()
setRequest
public void setRequest(DumpSchemaRequest request)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.