|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jbossas.servermanager.Property
public class Property
A Property.
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 |
---|
public Property()
Method Detail |
---|
public String getKey()
public void setKey(String key)
key
- The key to set.public String getValue()
public void setValue(String value)
value
- The value to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |