public class RightDefGroup extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
childrenObjectType |
protected RightDefGroup |
extendedGroup |
protected int |
index |
protected String |
labelId |
protected RightDefGroupList |
parent |
protected RightDef[] |
rights |
protected int |
rightType |
Constructor and Description |
---|
RightDefGroup(int index,
RightDefGroupList parent,
int rightType,
int childrenObjectType,
String labelId) |
RightDefGroup(int index,
RightDefGroupList parent,
int rightType,
int childrenObjectType,
String labelId,
RightDefGroup extendedGroup) |
RightDefGroup(int index,
RightDefGroupList parent,
int rightType,
String labelId) |
Modifier and Type | Method and Description |
---|---|
void |
add(RightDef rightDef) |
int |
getChildrenObjectType() |
String |
getLabelId() |
RightDefGroupList |
getParent() |
RightDef[] |
getRights() |
int |
getRightType() |
boolean |
isModeFlag() |
boolean |
isModeLevel() |
protected RightDefGroupList parent
protected int index
protected int rightType
protected int childrenObjectType
protected String labelId
protected RightDefGroup extendedGroup
protected RightDef[] rights
public RightDefGroup(int index, RightDefGroupList parent, int rightType, String labelId)
public RightDefGroup(int index, RightDefGroupList parent, int rightType, int childrenObjectType, String labelId)
public RightDefGroup(int index, RightDefGroupList parent, int rightType, int childrenObjectType, String labelId, RightDefGroup extendedGroup)
public void add(RightDef rightDef)
public RightDef[] getRights()
public RightDefGroupList getParent()
public String getLabelId()
public int getRightType()
public int getChildrenObjectType()
public boolean isModeLevel()
public boolean isModeFlag()
Copyright © 2024 Visiativ. All rights reserved.