Package org.camunda.bpm.engine.impl.cfg
Class BatchWindowConfiguration
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cfg.BatchWindowConfiguration
-
public class BatchWindowConfiguration extends Object
- Author:
- Svetlana Dorokhova.
-
-
Field Summary
Fields Modifier and Type Field Description protected static ConfigurationLoggerLOG
-
Constructor Summary
Constructors Constructor Description BatchWindowConfiguration()BatchWindowConfiguration(String startTime, String endTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetEndTime()DategetEndTimeAsDate()StringgetStartTime()DategetStartTimeAsDate()inthashCode()voidsetEndTime(String endTime)voidsetStartTime(String startTime)
-
-
-
Field Detail
-
LOG
protected static final ConfigurationLogger LOG
-
-
Method Detail
-
getStartTime
public String getStartTime()
-
setStartTime
public void setStartTime(String startTime)
-
getEndTime
public String getEndTime()
-
setEndTime
public void setEndTime(String endTime)
-
getStartTimeAsDate
public Date getStartTimeAsDate()
-
getEndTimeAsDate
public Date getEndTimeAsDate()
-
-