Class NumberPool.NumberPoolEntry
java.lang.Object
ru.bitel.bgbilling.modules.phone.server.bean.NumberPool.NumberPoolEntry
- Enclosing class:
- NumberPool
public static class NumberPool.NumberPoolEntry
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description NumberPoolEntry()
-
Method Summary
Modifier and Type Method Description java.util.regex.Pattern
compilePattern()
int
getId()
int
getNumberPoolId()
java.lang.String
getPattern()
void
setId(int id)
void
setNumberPoolId(int numberPoolId)
void
setPattern(java.lang.String pattern)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NumberPoolEntry
public NumberPoolEntry()
-
-
Method Details
-
getNumberPoolId
public int getNumberPoolId() -
setNumberPoolId
public void setNumberPoolId(int numberPoolId) -
getId
public int getId() -
setId
public void setId(int id) -
getPattern
public java.lang.String getPattern() -
setPattern
public void setPattern(java.lang.String pattern) -
compilePattern
public java.util.regex.Pattern compilePattern()
-