public final class WidgetPropertyDto extends Object
| Constructor and Description |
|---|
WidgetPropertyDto() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
String |
getKey() |
String |
getValue() |
Long |
getWidgetId() |
WidgetPropertyDto |
setId(Long id) |
WidgetPropertyDto |
setKey(String key) |
WidgetPropertyDto |
setValue(String value) |
WidgetPropertyDto |
setWidgetId(Long widgetId) |
public WidgetPropertyDto()
public WidgetPropertyDto setId(Long id)
id - the id to setpublic Long getWidgetId()
public WidgetPropertyDto setWidgetId(Long widgetId)
widgetId - the widgetId to setpublic WidgetPropertyDto setKey(String key)
key - the key to setpublic WidgetPropertyDto setValue(String value)
value - the value to setCopyright © 2009-2012 SonarSource. All Rights Reserved.