@Deprecated public class ExportMap extends Object
| Constructor and Description | 
|---|
| ExportMap(String exportKey)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Object> | getExportData()Deprecated.  | 
| String | getExportKey()Deprecated.  | 
| void | set(ExportMap map)Deprecated.  Adds the ExportMap's exportKey and exportData as a key,value pair to this Map | 
| void | set(String key,
      String value)Deprecated.  Adds the given key,value pair to this Map | 
| void | setOptional(ExportMap map)Deprecated.  If the given map is not null, adds the ExportMap's exportKey and exportData as a key,value pair to this Map. | 
| String | toString()Deprecated.  | 
public String getExportKey()
public Map<String,Object> getExportData()
public void set(ExportMap map)
public void setOptional(ExportMap map)
public void set(String key, String value)
key - value - public String toString()
toString in class ObjectObject.toString()Copyright © 2005–2014 The Kuali Foundation. All rights reserved.