public class UserRightRule extends IdTitle
Constructor and Description |
---|
UserRightRule() |
Modifier and Type | Method and 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) |
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
public int getModuleId()
public void setModuleId(int moduleId)
public int getRightGroupId()
public void setRightGroupId(int rightGroupId)
public java.lang.String getRule()
public void setRule(java.lang.String rule)
public boolean isActive()
public void setActive(boolean active)
public RightType getRightType()
public void setRightType(RightType rightType)