org.rhq.core.domain.sync.entity
Class SystemSettings.Entry
java.lang.Object
org.rhq.core.domain.sync.entity.SystemSettings.Entry
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SystemSettings
public static class SystemSettings.Entry
- extends Object
- implements Serializable
- See Also:
- Serialized Form
SystemSettings.Entry
public SystemSettings.Entry()
SystemSettings.Entry
public SystemSettings.Entry(String key,
String value)
getKey
public String getKey()
- Returns:
- the key
setKey
public void setKey(String key)
- Parameters:
key
- the key to set
getValue
public String getValue()
- Returns:
- the value
setValue
public void setValue(String value)
- Parameters:
value
- the value to set
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.