org.sonar.core.dashboard
Class WidgetPropertyDto

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

public final class WidgetPropertyDto
extends Object


Constructor Summary
WidgetPropertyDto()
           
 
Method Summary
 Long getId()
           
 String getKey()
           
 String getValue()
           
 Long getWidgetId()
           
 void setId(Long id)
           
 void setKey(String key)
           
 void setValue(String value)
           
 void setWidgetId(Long widgetId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetPropertyDto

public WidgetPropertyDto()
Method Detail

getId

public Long getId()
Returns:
the id

setId

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

getWidgetId

public Long getWidgetId()
Returns:
the widgetId

setWidgetId

public void setWidgetId(Long widgetId)
Parameters:
widgetId - the widgetId to set

getKey

public String getKey()
Returns:
the key

setKey

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

getValue

public String getValue()
Returns:
the value

setValue

public void setValue(String value)
Parameters:
value - the value to set


Copyright © 2009-2012 SonarSource. All Rights Reserved.