info.magnolia.module.data.importer
Class AutomatedExecutionConfig

java.lang.Object
  extended by info.magnolia.module.data.importer.AutomatedExecutionConfig

Deprecated. since 1.2 use info.magnolia.module.scheduler.AutomatedExecutionConfig instead.

@Deprecated
public class AutomatedExecutionConfig
extends Object

Configuration class for automated execution.

Version:
$Id$
Author:
philipp

Constructor Summary
AutomatedExecutionConfig()
          Deprecated.  
 
Method Summary
 String getCron()
          Deprecated.  
 boolean isEnabled()
          Deprecated.  
 void setCron(String cron)
          Deprecated.  
 void setEnabled(boolean enabled)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomatedExecutionConfig

public AutomatedExecutionConfig()
Deprecated. 
Method Detail

getCron

public String getCron()
Deprecated. 

setCron

public void setCron(String cron)
Deprecated. 

isEnabled

public boolean isEnabled()
Deprecated. 

setEnabled

public void setEnabled(boolean enabled)
Deprecated. 


Copyright © 2012 Magnolia International Ltd.. All Rights Reserved.