org.sonar.api.web.gwt.client.webservices
Class Property

java.lang.Object
  extended by org.sonar.api.web.gwt.client.webservices.ResponsePOJO
      extended by org.sonar.api.web.gwt.client.webservices.Property

public class Property
extends ResponsePOJO


Constructor Summary
Property()
           
Property(java.lang.String key, java.lang.String value)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 Property setKey(java.lang.String key)
           
 Property setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()

Property

public Property(java.lang.String key,
                java.lang.String value)
Method Detail

getKey

public java.lang.String getKey()

setKey

public Property setKey(java.lang.String key)

getValue

public java.lang.String getValue()

setValue

public Property setValue(java.lang.String value)


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.