org.rhq.core.domain.common
Class SystemConfiguration
java.lang.Object
org.rhq.core.domain.common.SystemConfiguration
- All Implemented Interfaces:
- Serializable
public class SystemConfiguration
- extends Object
- implements Serializable
- See Also:
- Serialized Form
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
SystemConfiguration
protected SystemConfiguration()
SystemConfiguration
public SystemConfiguration(String propertyKey,
String propertyValue)
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-2011 Red Hat, Inc.. All Rights Reserved.