org.sonar.core.dashboard
Class DashboardDto

java.lang.Object
  extended by org.sonar.core.dashboard.DashboardDto

public final class DashboardDto
extends Object


Constructor Summary
DashboardDto()
           
 
Method Summary
 DashboardDto addWidget(WidgetDto widgetDto)
           
 String getColumnLayout()
           
 Date getCreatedAt()
           
 String getDescription()
           
 Long getId()
           
 String getName()
           
 boolean getShared()
           
 Date getUpdatedAt()
           
 Long getUserId()
           
 Collection<WidgetDto> getWidgets()
           
 DashboardDto setColumnLayout(String columnLayout)
           
 DashboardDto setCreatedAt(Date createdAt)
           
 DashboardDto setDescription(String description)
           
 DashboardDto setId(Long id)
           
 DashboardDto setName(String name)
           
 DashboardDto setShared(boolean shared)
           
 DashboardDto setUpdatedAt(Date updatedAt)
           
 DashboardDto setUserId(Long userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DashboardDto

public DashboardDto()
Method Detail

getId

public Long getId()

setId

public DashboardDto setId(Long id)

getUserId

public Long getUserId()

setUserId

public DashboardDto setUserId(Long userId)

getName

public String getName()

setName

public DashboardDto setName(String name)

getDescription

public String getDescription()

setDescription

public DashboardDto setDescription(String description)

getColumnLayout

public String getColumnLayout()

setColumnLayout

public DashboardDto setColumnLayout(String columnLayout)

getShared

public boolean getShared()

setShared

public DashboardDto setShared(boolean shared)

getCreatedAt

public Date getCreatedAt()

setCreatedAt

public DashboardDto setCreatedAt(Date createdAt)

getUpdatedAt

public Date getUpdatedAt()

setUpdatedAt

public DashboardDto setUpdatedAt(Date updatedAt)

getWidgets

public Collection<WidgetDto> getWidgets()

addWidget

public DashboardDto addWidget(WidgetDto widgetDto)


Copyright © 2009-2012 SonarSource. All Rights Reserved.