public class CatalogView extends Object implements TreeNode<CatalogView>
| 构造器和说明 |
|---|
CatalogView() |
| 限定符和类型 | 方法和说明 |
|---|---|
CatalogView |
getChild(int index) |
List<CatalogView> |
getChildren() |
int |
getChildrenCount() |
String |
getCode() |
String |
getDescription() |
String |
getExpandStr() |
CatalogView |
getFirst() |
String |
getId() |
CatalogView |
getLast() |
CatalogView |
getParent() |
String |
getRemark() |
List<ResourceView> |
getResources() |
String |
getTitle() |
String |
getType() |
int |
getWeight() |
boolean |
hasChildren() |
boolean |
isRoot() |
CatalogView |
setChildren(List<CatalogView> children) |
CatalogView |
setCode(String code) |
CatalogView |
setDescription(String description) |
CatalogView |
setExpandStr(String expandStr) |
CatalogView |
setId(String id) |
CatalogView |
setParent(CatalogView parent) |
CatalogView |
setRemark(String remark) |
CatalogView |
setResources(List<ResourceView> resources) |
CatalogView |
setTitle(String title) |
CatalogView |
setType(String type) |
CatalogView |
setWeight(int weight) |
public String getCode()
public CatalogView setCode(String code)
public String getId()
public CatalogView setId(String id)
public String getTitle()
public CatalogView setTitle(String title)
public String getDescription()
public CatalogView setDescription(String description)
public String getType()
public CatalogView setType(String type)
public int getWeight()
public CatalogView setWeight(int weight)
public CatalogView setParent(CatalogView parent)
public CatalogView setChildren(List<CatalogView> children)
public CatalogView setResources(List<ResourceView> resources)
public List<ResourceView> getResources()
public CatalogView getParent()
getParent 在接口中 TreeNode<CatalogView>public List<CatalogView> getChildren()
getChildren 在接口中 TreeNode<CatalogView>public CatalogView getChild(int index)
getChild 在接口中 TreeNode<CatalogView>public CatalogView getFirst()
getFirst 在接口中 TreeNode<CatalogView>public CatalogView getLast()
getLast 在接口中 TreeNode<CatalogView>public int getChildrenCount()
getChildrenCount 在接口中 TreeNode<CatalogView>public boolean isRoot()
isRoot 在接口中 TreeNode<CatalogView>public boolean hasChildren()
hasChildren 在接口中 TreeNode<CatalogView>public String getRemark()
public CatalogView setRemark(String remark)
public String getExpandStr()
public CatalogView setExpandStr(String expandStr)
Copyright © 2020 GTMAP. All rights reserved.