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:
java.io.Serializable
,GuiTitlable
,Idable
,ListItem
public class UserRightRule extends IdTitle
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UserRightRule()
-
Method Summary
Modifier and Type Method Description int
getModuleId()
int
getRightGroupId()
RightType
getRightType()
java.lang.String
getRule()
boolean
isActive()
void
setActive(boolean active)
void
setModuleId(int moduleId)
void
setRightGroupId(int rightGroupId)
void
setRightType(RightType rightType)
void
setRule(java.lang.String rule)
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
public java.lang.String getRule() -
setRule
public void setRule(java.lang.String rule) -
isActive
public boolean isActive() -
setActive
public void setActive(boolean active) -
getRightType
-
setRightType
-