Class ExportMap
java.lang.Object
org.kuali.rice.krad.datadictionary.exporter.ExportMap
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.voidDeprecated.Adds the given key,value pair to this MapvoidDeprecated.Adds the ExportMap's exportKey and exportData as a key,value pair to this MapvoidsetOptional(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.toString()Deprecated.
-
Constructor Details
-
ExportMap
Deprecated.
-
-
Method Details
-
getExportKey
Deprecated.- Returns:
- exportKey associated with this instance
-
getExportData
Deprecated.- Returns:
- unmodifiable copy of the exportData associated with this Map
-
set
Deprecated.Adds the ExportMap's exportKey and exportData as a key,value pair to this Map -
setOptional
Deprecated.If the given map is not null, adds the ExportMap's exportKey and exportData as a key,value pair to this Map. -
set
Deprecated.Adds the given key,value pair to this Map- Parameters:
key-value-
-
toString
Deprecated.
-