enabled| 构造器和说明 |
|---|
Catalog() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Catalog> |
getChildren() |
String |
getCode() |
String |
getDescription() |
String |
getExpandStr() |
int |
getOfflineCount() |
int |
getOnlineCount() |
Catalog |
getParent() |
String |
getRemark() |
List<Resource> |
getResources() |
String |
getTitle() |
String |
getType() |
int |
getWeight() |
Catalog |
setChildren(List<Catalog> children) |
void |
setCode(String code) |
Catalog |
setDescription(String description) |
void |
setExpandStr(String expandStr) |
void |
setOfflineCount(int offlineCount) |
void |
setOnlineCount(int onlineCount) |
Catalog |
setParent(Catalog parent) |
void |
setRemark(String remark) |
Catalog |
setResources(List<Resource> resources) |
Catalog |
setTitle(String title) |
Catalog |
setType(String type) |
Catalog |
setWeight(int weight) |
getCreateAt, getUpdateAt, isEnabled, setCreateAt, setEnabled, setUpdateAtpublic String getCode()
public void setCode(String code)
public String getDescription()
public int getWeight()
public Catalog setWeight(int weight)
public Catalog getParent()
public String getRemark()
public void setRemark(String remark)
public int getOnlineCount()
public void setOnlineCount(int onlineCount)
public int getOfflineCount()
public void setOfflineCount(int offlineCount)
public String getExpandStr()
public void setExpandStr(String expandStr)
Copyright © 2020 GTMAP. All rights reserved.