Class ZoneManager

java.lang.Object
bitel.billing.server.tariff.voice.bean.ZoneManager

public class ZoneManager
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.String tableName  
  • Constructor Summary

    Constructors
    Constructor Description
    ZoneManager​(java.sql.Connection con, int mid)  
  • Method Summary

    Modifier and Type Method Description
    Zone getZone​(int id)  
    int getZoneId​(java.lang.String title)  
    java.util.List<Zone> getZoneList()  
    java.util.Map<java.lang.Integer,​java.lang.String> getZoneTitles()  

    Methods inherited from class java.lang.Object

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

    • tableName

      public final java.lang.String tableName
  • Constructor Details

    • ZoneManager

      public ZoneManager​(java.sql.Connection con, int mid)
  • Method Details

    • getZoneTitles

      public java.util.Map<java.lang.Integer,​java.lang.String> getZoneTitles()
    • getZoneList

      public java.util.List<Zone> getZoneList()
    • getZone

      public Zone getZone​(int id)
    • getZoneId

      public int getZoneId​(java.lang.String title)