|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.sqlunit.ant.SyspropertyElement
public class SyspropertyElement
Sample placeholder for key-value pairs that will be set as System properties.
Constructor Summary | |
---|---|
SyspropertyElement()
|
Method Summary | |
---|---|
java.lang.String |
getKey()
Returns the key of the property. |
java.lang.String |
getValue()
Returns the value of the property. |
void |
setKey(java.lang.String key)
Sets the key of the property. |
void |
setValue(java.lang.String value)
Sets the value of the property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SyspropertyElement()
Method Detail |
---|
public java.lang.String getKey()
setKey(String)
public void setKey(java.lang.String key)
key
- the key to set.getKey()
public java.lang.String getValue()
setValue(String)
public void setValue(java.lang.String value)
value
- the value to set.getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |