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 java.lang.Object
clone()
BGModule
copy()
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
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
Methods inherited from class java.lang.Object
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
-
clone
public java.lang.Object clone()- Overrides:
clone
in classjava.lang.Object
-
copy
-