public class Resource extends Object implements Serializable
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
getChilds() |
String |
getDescription() |
String |
getIcon() |
String |
getModulestatus() |
String |
getName() |
String |
getResourcetype() |
UUID |
getResourceuuid() |
String |
getStatus() |
String |
getUrl() |
void |
setChilds(List<Resource> childs) |
void |
setDescription(String description) |
void |
setIcon(String icon) |
void |
setModulestatus(String modulestatus) |
void |
setName(String name) |
void |
setResourcetype(String resourcetype) |
void |
setResourceuuid(UUID resourceuuid) |
void |
setStatus(String status) |
void |
setUrl(String url) |
public String getName()
public void setName(String name)
name - the name to setpublic String getUrl()
public void setUrl(String url)
url - the url to setpublic String getIcon()
public void setIcon(String icon)
icon - the icon to setpublic String getModulestatus()
public void setModulestatus(String modulestatus)
modulestatus - the modulestatus to setpublic UUID getResourceuuid()
public void setResourceuuid(UUID resourceuuid)
resourceuuid - the resourceuuid to setpublic String getResourcetype()
public void setResourcetype(String resourcetype)
resourcetype - the resourcetype to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getStatus()
public void setStatus(String status)
status - the status to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.