org.codehaus.mojo.pomtools.wrapper
Class PropertyWrapper.KeyValuePair
java.lang.Object
org.codehaus.mojo.pomtools.wrapper.PropertyWrapper.KeyValuePair
- Enclosing class:
- PropertyWrapper
public static class PropertyWrapper.KeyValuePair
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyWrapper.KeyValuePair
public PropertyWrapper.KeyValuePair()
PropertyWrapper.KeyValuePair
public PropertyWrapper.KeyValuePair(String key,
String value)
getKey
public String getKey()
getValue
public String getValue()
setKey
public void setKey(String key)
setValue
public void setValue(String value)
Copyright © 2011 The Codehaus. All Rights Reserved.