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

@Deprecated public class ExportMap extends Object
Deprecated.
  • Constructor Details

    • ExportMap

      public ExportMap(String exportKey)
      Deprecated.
  • Method Details

    • 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: