org.hyperic.hq.ui.action.portlet.savedqueries
Class KeyValuePair
java.lang.Object
org.hyperic.hq.ui.action.portlet.savedqueries.KeyValuePair
public class KeyValuePair
- extends java.lang.Object
Simple key value pair bean class. May move to a more generic
location later.
Constructor Summary |
KeyValuePair(java.lang.String key,
java.lang.String value)
|
Method Summary |
java.lang.String |
getKey()
|
java.lang.String |
getValue()
|
void |
setKey(java.lang.String key)
|
void |
setValue(java.lang.String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyValuePair
public KeyValuePair(java.lang.String key,
java.lang.String value)
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.