Class AttributeSetManager
java.lang.Object
ru.bitel.bgbilling.modules.dialup.server.bean.AttributeSetManager
public final class AttributeSetManager
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AttributeSetManager.AttributeSet
-
Constructor Summary
Constructors Constructor Description AttributeSetManager(Preferences setup)
-
Method Summary
Modifier and Type Method Description AttributeSetManager.AttributeSet
getAttributeSet(java.lang.Integer i)
Возвращает набор атрибутов.java.util.Map<java.lang.Integer,AttributeSetManager.AttributeSet>
getAttributeSetMap()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AttributeSetManager
-
-
Method Details
-
getAttributeSetMap
-
getAttributeSet
Возвращает набор атрибутов. Атрибуты клонируются для возможности последующей модификации.- Parameters:
i
-- Returns:
-