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:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getRule()
boolean
isActive()
void
setActive
(boolean active) void
setModuleId
(int moduleId) void
setRightGroupId
(int rightGroupId) void
setRightType
(RightType rightType) void
Methods inherited from class ru.bitel.common.model.IdTitle
getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
UserRightRule
public UserRightRule()
-
-
Method Details
-
getModuleId
public int getModuleId() -
setModuleId
public void setModuleId(int moduleId) -
getRightGroupId
public int getRightGroupId() -
setRightGroupId
public void setRightGroupId(int rightGroupId) -
getRule
-
setRule
-
isActive
public boolean isActive() -
setActive
public void setActive(boolean active) -
getRightType
-
setRightType
-