org.sonar.api.database.configuration
Class Property

java.lang.Object
  extended by org.sonar.api.database.BaseIdentifiable
      extended by org.sonar.api.database.configuration.Property

public class Property
extends BaseIdentifiable


Constructor Summary
Property()
           
Property(String key, String value)
           
Property(String key, String value, Integer resourceId)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getKey()
           
 Integer getResourceId()
           
 String getValue()
           
 int hashCode()
           
 void setKey(String key)
           
 void setResourceId(Integer resourceId)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class org.sonar.api.database.BaseIdentifiable
getId, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Property

public Property(String key,
                String value)

Property

public Property(String key,
                String value,
                Integer resourceId)

Property

public Property()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getValue

public String getValue()

setValue

public void setValue(String value)

getResourceId

public Integer getResourceId()

setResourceId

public void setResourceId(Integer resourceId)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 SonarSource SA. All Rights Reserved.