Class RunTelIdPeriod
java.lang.Object
ru.bitel.bgbilling.modules.runtel.common.bean.RunTelIdPeriod
public class RunTelIdPeriod
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description RunTelIdPeriod()
RunTelIdPeriod(int id, PeriodWithTime period)
-
Method Summary
Modifier and Type Method Description int
getId()
PeriodWithTime
getPeriod()
void
setId(int id)
void
setPeriod(PeriodWithTime period)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RunTelIdPeriod
public RunTelIdPeriod() -
RunTelIdPeriod
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getPeriod
-
setPeriod
-