org.exoplatform.platform.common.rest
Class DashboardInformationRESTService.JsonDashboardInfo
java.lang.Object
org.exoplatform.platform.common.rest.DashboardInformationRESTService.JsonDashboardInfo
- Enclosing class:
- DashboardInformationRESTService
public static class DashboardInformationRESTService.JsonDashboardInfo
- extends Object
DTO Object used to create JSON response
Represents a Dashboard
- Author:
- Clement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DashboardInformationRESTService.JsonDashboardInfo
public DashboardInformationRESTService.JsonDashboardInfo()
getId
public String getId()
setId
public void setId(String id)
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
getHtml
public String getHtml()
setHtml
public void setHtml(String html)
getLink
public String getLink()
setLink
public void setLink(String link)
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.