org.springframework.batch.core.step.builder
Class StepBuilderHelper.CommonStepProperties
java.lang.Object
org.springframework.batch.core.step.builder.StepBuilderHelper.CommonStepProperties
- Enclosing class:
- StepBuilderHelper<B extends StepBuilderHelper<B>>
public static class StepBuilderHelper.CommonStepProperties
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StepBuilderHelper.CommonStepProperties
public StepBuilderHelper.CommonStepProperties()
StepBuilderHelper.CommonStepProperties
public StepBuilderHelper.CommonStepProperties(StepBuilderHelper.CommonStepProperties properties)
getJobRepository
public JobRepository getJobRepository()
setJobRepository
public void setJobRepository(JobRepository jobRepository)
getTransactionManager
public org.springframework.transaction.PlatformTransactionManager getTransactionManager()
setTransactionManager
public void setTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
getName
public String getName()
setName
public void setName(String name)
getStepExecutionListeners
public List<StepExecutionListener> getStepExecutionListeners()
addStepExecutionListeners
public void addStepExecutionListeners(List<StepExecutionListener> stepExecutionListeners)
addStepExecutionListener
public void addStepExecutionListener(StepExecutionListener stepExecutionListener)
getStartLimit
public Integer getStartLimit()
setStartLimit
public void setStartLimit(Integer startLimit)
getAllowStartIfComplete
public Boolean getAllowStartIfComplete()
setAllowStartIfComplete
public void setAllowStartIfComplete(Boolean allowStartIfComplete)
Copyright © 2013 SpringSource. All Rights Reserved.