Class UserRightRule
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.kernel.bgsecure.common.bean.UserRightRule
- 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 TypeMethodDescriptionintintgetRule()booleanisActive()setActive(boolean active) setId(int id) Устанавливает id объектаsetModuleId(int moduleId) setRightGroupId(int rightGroupId) setRightType(RightType rightType) Устанавливает название (описание) объекта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
-
UserRightRule
public UserRightRule()
-
-
Method Details
-
getModuleId
public int getModuleId() -
getRightGroupId
public int getRightGroupId() -
getRightType
-
getRule
-
isActive
public boolean isActive() -
setActive
-
setId
Description copied from class:IdУстанавливает id объекта -
setModuleId
-
setRightGroupId
-
setRightType
-
setRule
-
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта
-