java.lang.Object
ru.bitel.bgbilling.modules.npay.server.bean.account.ModuleAccount
All Implemented Interfaces:
ListItem
Direct Known Subclasses:
DialUpModuleAccount, InetModuleAccount, KernelAccount, PhoneModuleAccount, VoiceModuleAccount, VoipModuleAccount

public abstract class ModuleAccount extends Object implements ListItem
  • Constructor Details

    • ModuleAccount

      public ModuleAccount()
  • Method Details

    • getId

      public int getId()
      Specified by:
      getId in interface ListItem
    • setId

      public void setId(int id)
    • getSids

      public String getSids()
    • setSids

      public void setSids(String sids)
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface ListItem
    • setTitle

      public void setTitle(String title)
    • getModleId

      public int getModleId()
    • setModuleId

      public void setModuleId(int moduleId)
    • getPeriodAccount

      public abstract BigDecimal getPeriodAccount(Connection con, int contractId, Calendar from, Calendar to)