Class InetModuleAccount
java.lang.Object
ru.bitel.bgbilling.modules.npay.server.bean.account.ModuleAccount
ru.bitel.bgbilling.modules.npay.server.bean.account.InetModuleAccount
- All Implemented Interfaces:
ListItem
public class InetModuleAccount extends ModuleAccount
-
Constructor Summary
Constructors Constructor Description InetModuleAccount()
-
Method Summary
Modifier and Type Method Description java.math.BigDecimal
getPeriodAccount(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.account.ModuleAccount
getId, getModleId, getSids, getTitle, setId, setModuleId, setSids, setTitle
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
InetModuleAccount
public InetModuleAccount()
-
-
Method Details
-
getPeriodAccount
public java.math.BigDecimal getPeriodAccount(java.sql.Connection con, int contractId, java.util.Calendar from, java.util.Calendar to)- Specified by:
getPeriodAccount
in classModuleAccount
-