public class Group extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
List<Entry> |
entries
子节点.
|
String |
fullName
节点全路径名称.
|
String |
name
节点名称.
|
Integer |
order
The order.
|
List<Group> |
subGroups
子分组.
|
String |
summary
节点说明.
|
| 构造器和说明 |
|---|
Group()
Instantiates a new group.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addChildGroup(Group g)
添加子節點.
|
void |
clearChildGroup()
清空子節點.
|
List<Group> |
getChildGroups()
Gets the child groups.
|
Group |
getParent()
Gets the parent.
|
String |
getPath()
获取节点的全路径.
|
void |
removeChildGroup(Group g)
移除子节点.
|
void |
setParent(Group parent)
Sets the parent.
|
void |
sort()
排序.
|
public Integer order
public String name
public String summary
public String fullName
public void addChildGroup(Group g)
g - the gpublic void clearChildGroup()
public void removeChildGroup(Group g)
g - the gpublic String getPath()
public Group getParent()
public void setParent(Group parent)
parent - the new parentpublic void sort()
Copyright © 2018. All rights reserved.