|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.datadictionary.exporter.ExportMap
@Deprecated public class ExportMap
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 |
---|
public ExportMap(String exportKey)
Method Detail |
---|
public String getExportKey()
public Map<String,Object> getExportData()
public void set(ExportMap map)
public void setOptional(ExportMap map)
public void set(String key, String value)
key
- value
- public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |