org.rhq.core.domain.common
Class SystemConfiguration

java.lang.Object
  extended by org.rhq.core.domain.common.SystemConfiguration
All Implemented Interfaces:
Serializable

public class SystemConfiguration
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String FIND_PROPERTY_BY_KEY
           
static String QUERY_FIND_ALL
           
 
Constructor Summary
protected SystemConfiguration()
           
  SystemConfiguration(String propertyKey, String propertyValue)
           
 
Method Summary
 boolean equals(Object o)
           
 String getDefaultPropertyValue()
           
 Boolean getFreadOnly()
           
 int getId()
           
 String getPropertyKey()
           
 String getPropertyValue()
           
 int hashCode()
           
 void setDefaultPropertyValue(String defaultPropertyValue)
           
 void setFreadOnly(Boolean freadOnly)
           
 void setId(int id)
           
 void setPropertyKey(String propertyKey)
           
 void setPropertyValue(String propertyValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

QUERY_FIND_ALL

public static final String QUERY_FIND_ALL
See Also:
Constant Field Values

FIND_PROPERTY_BY_KEY

public static final String FIND_PROPERTY_BY_KEY
See Also:
Constant Field Values
Constructor Detail

SystemConfiguration

protected SystemConfiguration()

SystemConfiguration

public SystemConfiguration(String propertyKey,
                           String propertyValue)
Method Detail

getId

public int getId()

setId

public void setId(int id)

getPropertyKey

public String getPropertyKey()

setPropertyKey

public void setPropertyKey(String propertyKey)

getPropertyValue

public String getPropertyValue()

setPropertyValue

public void setPropertyValue(String propertyValue)

getDefaultPropertyValue

public String getDefaultPropertyValue()

setDefaultPropertyValue

public void setDefaultPropertyValue(String defaultPropertyValue)

getFreadOnly

public Boolean getFreadOnly()

setFreadOnly

public void setFreadOnly(Boolean freadOnly)

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.