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.StringtableName - 
Constructor Summary
Constructors Constructor Description ZoneManager(java.sql.Connection con, int mid) - 
Method Summary
Modifier and Type Method Description ZonegetZone(int id)intgetZoneId(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
 - 
getZone
 - 
getZoneId
public int getZoneId(java.lang.String title) 
 -