Class ConfigData
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.kernel.config.common.bean.ConfigData
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.Builder, IdTitle.IdTitleBuilder -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanisActive()setActive(boolean active) setId(int id) Устанавливает id объектаsetLastEdited(Date lastEdited) setModuleId(int moduleId) Устанавливает название (описание) объектаsetUserId(int userId) setUserName(String userName) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setAsNoSelect, to, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap
-
Constructor Details
-
ConfigData
public ConfigData()
-
-
Method Details
-
getConfig
-
getLastEdited
-
getModuleId
public int getModuleId() -
getUserId
public int getUserId() -
getUserName
-
isActive
public boolean isActive() -
setActive
-
setConfig
-
setId
Description copied from class:IdУстанавливает id объекта -
setLastEdited
-
setModuleId
-
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта -
setUserId
-
setUserName
-
toConfigDataDto
-