Class Group

    • Constructor Detail

      • Group

        public Group()
      • Group

        public Group​(Group 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

      • getId

        public Long getId()
        Get 组ID
        Returns:
        Id 组ID
      • setId

        public void setId​(Long Id)
        Set 组ID
        Parameters:
        Id - 组ID
      • getName

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

        public void setName​(String Name)
        Set 组名称
        Parameters:
        Name - 组名称
      • getDepartment

        public Department getDepartment()
        Get 所属部门信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Department 所属部门信息 注意:此字段可能返回 null,表示取不到有效值。
      • setDepartment

        public void setDepartment​(Department Department)
        Set 所属部门信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Department - 所属部门信息 注意:此字段可能返回 null,表示取不到有效值。
      • getCount

        public Long getCount()
        Get 个数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Count 个数 注意:此字段可能返回 null,表示取不到有效值。
      • setCount

        public void setCount​(Long Count)
        Set 个数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Count - 个数 注意:此字段可能返回 null,表示取不到有效值。