org.kuali.common.impex.data
Class DataExportExecutable
java.lang.Object
org.kuali.common.impex.data.DataExportExecutable
- All Implemented Interfaces:
- org.kuali.common.util.execute.Executable
public class DataExportExecutable
- 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 |
DEFAULT_SKIP_EXECUTION
public static final Boolean DEFAULT_SKIP_EXECUTION
DataExportExecutable
public DataExportExecutable()
execute
public void execute()
- Specified by:
execute
in interface org.kuali.common.util.execute.Executable
getContext
public ExportDataContext getContext()
setContext
public void setContext(ExportDataContext context)
getService
public ExportDataService getService()
setService
public void setService(ExportDataService service)
getSchema
public Schema getSchema()
setSchema
public void setSchema(Schema schema)
getSkip
public Boolean getSkip()
setSkip
public void setSkip(Boolean skip)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.