java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.kernel.bgsecure.common.bean.GroupRight
All Implemented Interfaces:
java.io.Serializable, Idable, Node<GroupRight>, TreeNode<GroupRight>

public class GroupRight
extends Id
implements Node<GroupRight>
See Also:
Serialized Form
  • Constructor Details

    • GroupRight

      public GroupRight()
  • Method Details

    • getChildren

      public java.util.List<GroupRight> getChildren()
      Specified by:
      getChildren in interface TreeNode<GroupRight>
    • setChildren

      public void setChildren​(java.util.List<GroupRight> children)
      Specified by:
      setChildren in interface Node<GroupRight>
    • getParentId

      public int getParentId()
      Specified by:
      getParentId in interface Node<GroupRight>
    • setParentId

      public void setParentId​(int parentId)
    • getModuleId

      public int getModuleId()
    • setModuleId

      public void setModuleId​(int moduleId)
    • getTitle

      public java.lang.String getTitle()
    • setTitle

      public void setTitle​(java.lang.String title)
    • getModule

      public java.lang.String getModule()
    • setModule

      public void setModule​(java.lang.String module)
    • getType

      public RightType getType()
    • setType

      public void setType​(RightType type)