org.kuali.rice.kns.datadictionary.exporter
Class ExportMap
java.lang.Object
org.kuali.rice.kns.datadictionary.exporter.ExportMap
public class ExportMap
- extends Object
ExportMap
public ExportMap(String exportKey)
getExportKey
public String getExportKey()
- Returns:
- exportKey associated with this instance
getExportData
public Map getExportData()
- Returns:
- unmodifiable copy of the exportData associated with this Map
set
public void set(ExportMap map)
- Adds the ExportMap's exportKey and exportData as a key,value pair to this Map
- Parameters:
key
- value
-
setOptional
public void setOptional(ExportMap map)
- If the given map is not null, adds the ExportMap's exportKey and exportData as a key,value pair to this Map
- Parameters:
key
- value
-
set
public void set(String key,
String value)
- Adds the given key,value pair to this Map
- Parameters:
key
- value
-
toString
public String toString()
- Overrides:
toString
in class Object
- See Also:
Object.toString()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.