Class DialUpModuleAmount
java.lang.Object
ru.bitel.bgbilling.modules.npay.server.bean.amount.ModuleAmount
ru.bitel.bgbilling.modules.npay.server.bean.amount.DialUpModuleAmount
- All Implemented Interfaces:
ListItem
public class DialUpModuleAmount extends ModuleAmount
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.modules.npay.server.bean.amount.ModuleAmount
sids
-
Constructor Summary
Constructors Constructor Description DialUpModuleAmount()
-
Method Summary
Modifier and Type Method Description long
getDayAmount(java.sql.Connection con, int contractId, java.util.Calendar day)
long
getPeriodAmount(java.sql.Connection con, int contractId, java.util.Calendar from, java.util.Calendar to)
Methods inherited from class ru.bitel.bgbilling.modules.npay.server.bean.amount.ModuleAmount
getId, getModuleId, getSids, getTitle, setId, setModleId, setSids, setTitle
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DialUpModuleAmount
public DialUpModuleAmount()
-
-
Method Details
-
getDayAmount
public long getDayAmount(java.sql.Connection con, int contractId, java.util.Calendar day)- Specified by:
getDayAmount
in classModuleAmount
-
getPeriodAmount
public long getPeriodAmount(java.sql.Connection con, int contractId, java.util.Calendar from, java.util.Calendar to)- Specified by:
getPeriodAmount
in classModuleAmount
-