Class PeriodicTask
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.kernel.task.common.bean.PeriodicTask
- All Implemented Interfaces:
java.io.Serializable,Idable
public class PeriodicTask extends Id
Bean для периодических задач, запущенный в данный момент.
Используется в клиентской части для отображения текущего состояния планировщика.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PeriodicTask() -
Method Summary
Modifier and Type Method Description intgetAmount()java.lang.StringgetDescription()intgetId()Возвращает id объектаvoidsetAmount(int amount)voidsetDescription(java.lang.String description)voidsetId(int id)Устанавливает id объектаMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
PeriodicTask
public PeriodicTask()
-
-
Method Details
-
getId
public int getId()Description copied from class:IdВозвращает id объекта -
setId
public void setId(int id)Description copied from class:IdУстанавливает id объекта -
getDescription
public java.lang.String getDescription() -
setDescription
public void setDescription(java.lang.String description) -
getAmount
public int getAmount() -
setAmount
public void setAmount(int amount)
-