Class BGModule
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.kernel.module.common.bean.BGModule
- All Implemented Interfaces:
java.io.Serializable
,GuiTitlable
,Idable
,ListItem
public class BGModule extends IdTitle
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BGModule()
-
Method Summary
Modifier and Type Method Description BGInstalledModule
getInstalledModule()
java.lang.String
getName()
void
setInstalledModule(BGInstalledModule baseModule)
void
setName(java.lang.String name)
Methods inherited from class ru.bitel.common.model.IdTitle
getGuiTitle, getTitle, setTitle, toString
Methods inherited from class ru.bitel.common.model.Id
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
BGModule
public BGModule()
-
-
Method Details
-
setName
public void setName(java.lang.String name) -
getName
public java.lang.String getName() -
getInstalledModule
-
setInstalledModule
-