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 int
getAmount()
java.lang.String
getDescription()
int
getId()
Возвращает id объектаvoid
setAmount(int amount)
void
setDescription(java.lang.String description)
void
setId(int id)
Устанавливает id объектаMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, toString
Methods 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)
-