org.broadleafcommerce.core.web.api.wrapper
Class MapElementWrapper

java.lang.Object
  extended by org.broadleafcommerce.core.web.api.wrapper.MapElementWrapper

public class MapElementWrapper
extends Object

This is a JAXB wrapper to encapsulate a Map

User: Elbert Bautista Date: 4/26/12


Field Summary
protected  String key
           
protected  String value
           
 
Constructor Summary
MapElementWrapper()
           
 
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
 

Field Detail

key

protected String key

value

protected String value
Constructor Detail

MapElementWrapper

public MapElementWrapper()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2013. All Rights Reserved.