org.kuali.kfs.module.cam.batch
Class AssetDepreciationStep

java.lang.Object
  extended by org.kuali.kfs.sys.batch.AbstractStep
      extended by org.kuali.kfs.module.cam.batch.AssetDepreciationStep
All Implemented Interfaces:
Step, org.springframework.beans.factory.BeanNameAware

public class AssetDepreciationStep
extends AbstractStep


Constructor Summary
AssetDepreciationStep()
           
 
Method Summary
 boolean execute(String jobName, Date jobRunDate)
          Executes the method that forwards the balance
 void setAssetDepreciationService(AssetDepreciationService assetDepreciationService)
           
 
Methods inherited from class org.kuali.kfs.sys.batch.AbstractStep
getDateTimeService, getName, getParameterService, interrupt, isInterrupted, setBeanName, setDateTimeService, setInterrupted, setParameterService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetDepreciationStep

public AssetDepreciationStep()
Method Detail

execute

public boolean execute(String jobName,
                       Date jobRunDate)
Executes the method that forwards the balance

Parameters:
String - jobName
Returns:
boolean
See Also:
org.kuali.kfs.sys.batch.Step#execute()

setAssetDepreciationService

public void setAssetDepreciationService(AssetDepreciationService assetDepreciationService)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.