org.rhq.core.domain.sync.entity
Class SystemSettings.Entry

java.lang.Object
  extended by 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

Constructor Summary
SystemSettings.Entry()
           
SystemSettings.Entry(String key, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getKey()
           
 String getValue()
           
 int hashCode()
           
 void setKey(String key)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemSettings.Entry

public SystemSettings.Entry()

SystemSettings.Entry

public SystemSettings.Entry(String key,
                            String value)
Method Detail

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.