org.sonar.core.properties
Class PropertyDto

java.lang.Object
  extended by org.sonar.core.properties.PropertyDto

public final class PropertyDto
extends Object


Constructor Summary
PropertyDto()
           
 
Method Summary
 Long getId()
           
 String getKey()
           
 Long getResourceId()
           
 Long getUserId()
           
 String getValue()
           
 PropertyDto setId(Long id)
           
 PropertyDto setKey(String key)
           
 PropertyDto setResourceId(Long resourceId)
           
 PropertyDto setUserId(Long userId)
           
 PropertyDto setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDto

public PropertyDto()
Method Detail

getId

public Long getId()

setId

public PropertyDto setId(Long id)

getKey

public String getKey()

setKey

public PropertyDto setKey(String key)

getValue

public String getValue()

setValue

public PropertyDto setValue(String value)

getResourceId

public Long getResourceId()

setResourceId

public PropertyDto setResourceId(Long resourceId)

getUserId

public Long getUserId()

setUserId

public PropertyDto setUserId(Long userId)


Copyright © 2009-2012 SonarSource. All Rights Reserved.