org.kuali.common.impex.schema.execute
Class DumpSchemaExecutable

java.lang.Object
  extended by 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


Constructor Summary
DumpSchemaExecutable()
           
DumpSchemaExecutable(DumpSchemaService service, boolean skip, DumpSchemaRequest request)
           
 
Method Summary
 void execute()
           
 DumpSchemaRequest getRequest()
           
 DumpSchemaService getService()
           
 boolean isSkip()
           
 void setRequest(DumpSchemaRequest request)
           
 void setService(DumpSchemaService 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

DumpSchemaExecutable

public DumpSchemaExecutable()

DumpSchemaExecutable

public DumpSchemaExecutable(DumpSchemaService service,
                            boolean skip,
                            DumpSchemaRequest request)
Method Detail

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.