org.exoplatform.platform.common.rest
Class DashboardInformationRESTService.JsonDashboardInfo

java.lang.Object
  extended by 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

Constructor Summary
DashboardInformationRESTService.JsonDashboardInfo()
           
 
Method Summary
 String getHtml()
           
 String getId()
           
 String getLabel()
           
 String getLink()
           
 void setHtml(String html)
           
 void setId(String id)
           
 void setLabel(String label)
           
 void setLink(String link)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DashboardInformationRESTService.JsonDashboardInfo

public DashboardInformationRESTService.JsonDashboardInfo()
Method Detail

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–2014 eXo Platform SAS. All rights reserved.