org.kuali.rice.kns.datadictionary.exporter
Class ExportMap

java.lang.Object
  extended by org.kuali.rice.kns.datadictionary.exporter.ExportMap

public class ExportMap
extends Object


Constructor Summary
ExportMap(String exportKey)
           
 
Method Summary
 Map getExportData()
           
 String getExportKey()
           
 void set(ExportMap map)
          Adds the ExportMap's exportKey and exportData as a key,value pair to this Map
 void set(String key, String value)
          Adds the given key,value pair to this Map
 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
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExportMap

public ExportMap(String exportKey)
Method Detail

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.