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

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

Deprecated.

@Deprecated
public class ExportMap
extends Object


Constructor Summary
ExportMap(String exportKey)
          Deprecated.  
 
Method Summary
 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.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExportMap

public ExportMap(String exportKey)
Deprecated. 
Method Detail

getExportKey

public String getExportKey()
Deprecated. 
Returns:
exportKey associated with this instance

getExportData

public Map<String,Object> getExportData()
Deprecated. 
Returns:
unmodifiable copy of the exportData associated with this Map

set

public void set(ExportMap map)
Deprecated. 
Adds the ExportMap's exportKey and exportData as a key,value pair to this Map


setOptional

public 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.


set

public void set(String key,
                String value)
Deprecated. 
Adds the given key,value pair to this Map

Parameters:
key -
value -

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.