org.mule.config.spring.parsers.collection
Class ChildMapEntryDefinitionParser.KeyValuePair

java.lang.Object
  extended by org.mule.config.spring.parsers.collection.ChildMapEntryDefinitionParser.KeyValuePair
Enclosing class:
ChildMapEntryDefinitionParser

public static class ChildMapEntryDefinitionParser.KeyValuePair
extends Object


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

Constructor Detail

ChildMapEntryDefinitionParser.KeyValuePair

public ChildMapEntryDefinitionParser.KeyValuePair()

ChildMapEntryDefinitionParser.KeyValuePair

public ChildMapEntryDefinitionParser.KeyValuePair(String key,
                                                  Object value)
Method Detail

getKey

public String getKey()

getValue

public Object getValue()

setKey

public void setKey(String key)

setValue

public void setValue(Object value)


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.