Class RightDefGroup

java.lang.Object
com.axemble.vdp.security.helper.RightDefGroup

public class RightDefGroup extends Object
  • Field Details

    • parent

      protected RightDefGroupList parent
    • index

      protected int index
    • rightType

      protected int rightType
    • childrenObjectType

      protected int childrenObjectType
    • labelId

      protected String labelId
    • extendedGroup

      protected RightDefGroup extendedGroup
    • rights

      protected RightDef[] rights
  • Constructor Details

  • Method Details

    • add

      public void add(RightDef rightDef)
    • getRights

      public RightDef[] getRights()
    • getParent

      public RightDefGroupList getParent()
    • getLabelId

      public String getLabelId()
    • getRightType

      public int getRightType()
    • getChildrenObjectType

      public int getChildrenObjectType()
    • isModeLevel

      public boolean isModeLevel()
    • isModeFlag

      public boolean isModeFlag()