Class VoiceModuleAccount

java.lang.Object
ru.bitel.bgbilling.modules.npay.server.bean.account.ModuleAccount
ru.bitel.bgbilling.modules.npay.server.bean.account.VoiceModuleAccount
All Implemented Interfaces:
ListItem

public class VoiceModuleAccount
extends ModuleAccount
  • Constructor Summary

    Constructors
    Constructor Description
    VoiceModuleAccount()  
  • 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

    • VoiceModuleAccount

      public VoiceModuleAccount()
  • 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 class ModuleAccount