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