public class ResourceInfo extends Object
| 构造器和说明 |
|---|
ResourceInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ResourceInfo> |
getChildren() |
String |
getIcon() |
Long |
getId() |
String |
getLink() |
String |
getName() |
Long |
getParentId() |
ResourceType |
getType() |
void |
setChildren(List<ResourceInfo> children) |
void |
setIcon(String icon) |
void |
setId(Long id) |
void |
setLink(String link) |
void |
setName(String name) |
void |
setParentId(Long parentId) |
void |
setType(ResourceType type) |
public Long getId()
public void setId(Long id)
id - the id to setpublic Long getParentId()
public void setParentId(Long parentId)
parentId - the parentId to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getLink()
public void setLink(String link)
link - the link to setpublic String getIcon()
public void setIcon(String icon)
icon - the icon to setpublic List<ResourceInfo> getChildren()
public void setChildren(List<ResourceInfo> children)
children - the children to setpublic ResourceType getType()
public void setType(ResourceType type)
type - the type to setCopyright © 2018. All rights reserved.