Class ModuleAmountManager

java.lang.Object
ru.bitel.bgbilling.modules.npay.server.bean.amount.ModuleAmountManager

public class ModuleAmountManager
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ModuleAmountManager​(Preferences moduleSetup)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<ModuleAmount> getModuleAmountList()  
    java.util.Map<java.lang.Integer,​ModuleAmount> getModuleAmountMap()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ModuleAmountManager

      public ModuleAmountManager​(Preferences moduleSetup) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
  • Method Details

    • getModuleAmountList

      public java.util.List<ModuleAmount> getModuleAmountList()
    • getModuleAmountMap

      public java.util.Map<java.lang.Integer,​ModuleAmount> getModuleAmountMap()