org.sonar.core.dashboard
Class WidgetDto

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

public final class WidgetDto
extends Object


Constructor Summary
WidgetDto()
           
 
Method Summary
 void addWidgetProperty(WidgetPropertyDto widgetPropertyDto)
           
 Integer getColumnIndex()
           
 boolean getConfigured()
           
 Date getCreatedAt()
           
 Long getDashboardId()
           
 String getDescription()
           
 Long getId()
           
 String getKey()
           
 String getName()
           
 Integer getRowIndex()
           
 Date getUpdatedAt()
           
 Collection<WidgetPropertyDto> getWidgetProperties()
           
 void setColumnIndex(Integer columnIndex)
           
 void setConfigured(boolean configured)
           
 void setCreatedAt(Date createdAt)
           
 void setDashboardId(Long dashboardId)
           
 void setDescription(String description)
           
 void setId(Long id)
           
 void setKey(String key)
           
 void setName(String name)
           
 void setRowIndex(Integer rowIndex)
           
 void setUpdatedAt(Date updatedAt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetDto

public WidgetDto()
Method Detail

getId

public Long getId()
Returns:
the id

setId

public void setId(Long id)
Parameters:
id - the id to set

getDashboardId

public Long getDashboardId()
Returns:
the dashboardId

setDashboardId

public void setDashboardId(Long dashboardId)
Parameters:
dashboardId - the dashboardId to set

getKey

public String getKey()
Returns:
the key

setKey

public void setKey(String key)
Parameters:
key - the key to set

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getDescription

public String getDescription()
Returns:
the description

setDescription

public void setDescription(String description)
Parameters:
description - the description to set

getColumnIndex

public Integer getColumnIndex()
Returns:
the columnIndex

setColumnIndex

public void setColumnIndex(Integer columnIndex)
Parameters:
columnIndex - the columnIndex to set

getRowIndex

public Integer getRowIndex()
Returns:
the rowIndex

setRowIndex

public void setRowIndex(Integer rowIndex)
Parameters:
rowIndex - the rowIndex to set

getConfigured

public boolean getConfigured()
Returns:
the configured

setConfigured

public void setConfigured(boolean configured)
Parameters:
configured - the configured to set

getCreatedAt

public Date getCreatedAt()
Returns:
the createdAt

setCreatedAt

public void setCreatedAt(Date createdAt)
Parameters:
createdAt - the createdAt to set

getUpdatedAt

public Date getUpdatedAt()
Returns:
the updatedAt

setUpdatedAt

public void setUpdatedAt(Date updatedAt)
Parameters:
updatedAt - the updatedAt to set

getWidgetProperties

public Collection<WidgetPropertyDto> getWidgetProperties()
Returns:
the widgetProperties

addWidgetProperty

public void addWidgetProperty(WidgetPropertyDto widgetPropertyDto)
Parameters:
widgetPropertyDto - the widgetProperty to set


Copyright © 2009-2012 SonarSource. All Rights Reserved.