org.jboss.test.util.server
Class Property

java.lang.Object
  extended by org.jboss.test.util.server.Property

public class Property
extends Object

A Property.

Version:
$Revision: 37459 $
Author:
Ryan Campbell

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

Constructor Detail

Property

public Property()
Method Detail

getKey

public String getKey()
Get the key.

Returns:
the key.

setKey

public void setKey(String key)
Set the key.

Parameters:
key - The key to set.

getValue

public String getValue()
Get the value.

Returns:
the value.

setValue

public void setValue(String value)
Set the value.

Parameters:
value - The value to set.


Copyright © 2004 JBoss Inc. All Rights Reserved.