org.hyperic.hq.common
Class ConfigProperty
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.common.ConfigProperty
- All Implemented Interfaces:
- java.io.Serializable
public class ConfigProperty
- extends PersistedObject
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ConfigProperty
public ConfigProperty()
getPrefix
public java.lang.String getPrefix()
setPrefix
public void setPrefix(java.lang.String prefix)
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String propKey)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String propValue)
getDefaultValue
public java.lang.String getDefaultValue()
setDefaultValue
public void setDefaultValue(java.lang.String defaultPropValue)
isReadOnly
public boolean isReadOnly()
getReadOnly
public boolean getReadOnly()
- Deprecated. use isReadOnly()
setReadOnly
public void setReadOnly(boolean flag)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class PersistedObject
hashCode
public int hashCode()
- Overrides:
hashCode
in class PersistedObject
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.