org.rhq.modules.plugins.jbossas7.json
Class PROPERTY_VALUE

java.lang.Object
  extended by org.rhq.modules.plugins.jbossas7.json.PROPERTY_VALUE
All Implemented Interfaces:
Serializable

public class PROPERTY_VALUE
extends Object
implements Serializable

Author:
Heiko W. Rupp
See Also:
Serialized Form

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

Constructor Detail

PROPERTY_VALUE

public PROPERTY_VALUE(String key,
                      String value)
Method Detail

getKey

public String getKey()

getValue

public String getValue()

setKey

public void setKey(String key)

setValue

public void setValue(String value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.