Class RunningTask
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.kernel.task.common.bean.RunningTask
- All Implemented Interfaces:
 Serializable,Idable
Bean для текущих запущенных асинхронных задач планировщика. 
 Используется в клиентской части для отображения состояния планировщика.
- See Also:
 
- 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetDescription(String description) voidsetExecuted(boolean executed) voidsetStartTime(Date startTime)  
- 
Constructor Details
- 
RunningTask
public RunningTask() 
 - 
 - 
Method Details
- 
getDescription
 - 
setDescription
 - 
isExecuted
public boolean isExecuted() - 
setExecuted
public void setExecuted(boolean executed)  - 
getStatus
 - 
getStartTime
 - 
setStartTime
 
 -