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

Deprecated. since 2.5, use Property instead

@Deprecated
public class Property
extends ResponsePOJO


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

Constructor Detail

Property

public Property()
Deprecated. 

Property

public Property(String key,
                String value)
Deprecated. 
Method Detail

getKey

public String getKey()
Deprecated. 

setKey

public Property setKey(String key)
Deprecated. 

getValue

public String getValue()
Deprecated. 

setValue

public Property setValue(String value)
Deprecated. 


Copyright © 2009-2011 SonarSource. All Rights Reserved.