Class PGroup

    • Constructor Detail

      • PGroup

        public PGroup()
      • PGroup

        public PGroup​(PGroup source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getPGroupId

        public String getPGroupId()
        Get 权限组ID
        Returns:
        PGroupId 权限组ID
      • setPGroupId

        public void setPGroupId​(String PGroupId)
        Set 权限组ID
        Parameters:
        PGroupId - 权限组ID
      • getName

        public String getName()
        Get 权限组名称
        Returns:
        Name 权限组名称
      • setName

        public void setName​(String Name)
        Set 权限组名称
        Parameters:
        Name - 权限组名称