| Constructor and Description |
|---|
WidgetDto() |
| Modifier and Type | Method and Description |
|---|---|
WidgetDto |
addWidgetProperty(WidgetPropertyDto widgetPropertyDto) |
Integer |
getColumnIndex() |
boolean |
getConfigured() |
Date |
getCreatedAt() |
Long |
getDashboardId() |
String |
getDescription() |
Long |
getId() |
String |
getKey() |
String |
getName() |
Integer |
getResourceId() |
Integer |
getRowIndex() |
Date |
getUpdatedAt() |
Collection<WidgetPropertyDto> |
getWidgetProperties() |
WidgetDto |
setColumnIndex(Integer columnIndex) |
WidgetDto |
setConfigured(boolean configured) |
WidgetDto |
setCreatedAt(Date createdAt) |
WidgetDto |
setDashboardId(Long dashboardId) |
WidgetDto |
setDescription(String description) |
WidgetDto |
setId(Long id) |
WidgetDto |
setKey(String key) |
WidgetDto |
setName(String name) |
WidgetDto |
setResourceId(Integer resourceId) |
WidgetDto |
setRowIndex(Integer rowIndex) |
WidgetDto |
setUpdatedAt(Date updatedAt) |
public WidgetDto()
public Long getDashboardId()
public WidgetDto setDashboardId(Long dashboardId)
dashboardId - the dashboardId to setpublic String getDescription()
public WidgetDto setDescription(String description)
description - the description to setpublic Integer getColumnIndex()
public WidgetDto setColumnIndex(Integer columnIndex)
columnIndex - the columnIndex to setpublic Integer getRowIndex()
public WidgetDto setRowIndex(Integer rowIndex)
rowIndex - the rowIndex to setpublic boolean getConfigured()
public WidgetDto setConfigured(boolean configured)
configured - the configured to setpublic Date getCreatedAt()
public WidgetDto setCreatedAt(Date createdAt)
createdAt - the createdAt to setpublic Date getUpdatedAt()
public WidgetDto setUpdatedAt(Date updatedAt)
updatedAt - the updatedAt to setpublic Collection<WidgetPropertyDto> getWidgetProperties()
public WidgetDto addWidgetProperty(WidgetPropertyDto widgetPropertyDto)
widgetPropertyDto - the widgetProperty to setpublic Integer getResourceId()
public WidgetDto setResourceId(Integer resourceId)
resourceId - the resourceId to setCopyright © 2009-2012 SonarSource. All Rights Reserved.