org.codehaus.mojo.pomtools.wrapper
Class PropertyWrapper.KeyValuePair

java.lang.Object
  extended by org.codehaus.mojo.pomtools.wrapper.PropertyWrapper.KeyValuePair
Enclosing class:
PropertyWrapper

public static class PropertyWrapper.KeyValuePair
extends Object


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

Constructor Detail

PropertyWrapper.KeyValuePair

public PropertyWrapper.KeyValuePair()

PropertyWrapper.KeyValuePair

public PropertyWrapper.KeyValuePair(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)


Copyright © 2011 The Codehaus. All Rights Reserved.