Class NumerationPool
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.bill.common.bean.NumerationPool
- All Implemented Interfaces:
java.io.Serializable,GuiTitlable,Idable,ListItem
public class NumerationPool extends IdTitle
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NumerationPool() -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetPattern()voidsetPattern(java.lang.String pattern)java.lang.StringtoString()Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitleMethods inherited from class ru.bitel.common.model.Id
copyTo, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
NumerationPool
public NumerationPool()
-
-
Method Details