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

java.lang.Object
  extended by org.kuali.rice.kns.datadictionary.exporter.DataDictionaryMapBase
      extended by org.kuali.rice.kns.datadictionary.exporter.DataDictionaryMap
All Implemented Interfaces:
Map

public class DataDictionaryMap
extends DataDictionaryMapBase


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
(package private)  BusinessObjectEntryMapper boMapper
           
private  DataDictionaryService dataDictionaryService
           
(package private)  Map<String,Map> ddMap
           
(package private)  MaintenanceDocumentEntryMapper maintDocMapper
           
(package private)  TransactionalDocumentEntryMapper transDocMapper
           
 
Constructor Summary
DataDictionaryMap(DataDictionaryService dataDictionaryService)
           
 
Method Summary
 Object get(Object key)
           
 DataDictionaryService getDataDictionaryService()
           
 void setDataDictionaryService(DataDictionaryService dataDictionaryService)
           
 
Methods inherited from class org.kuali.rice.kns.datadictionary.exporter.DataDictionaryMapBase
clear, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

dataDictionaryService

private DataDictionaryService dataDictionaryService

boMapper

BusinessObjectEntryMapper boMapper

maintDocMapper

MaintenanceDocumentEntryMapper maintDocMapper

transDocMapper

TransactionalDocumentEntryMapper transDocMapper

ddMap

Map<String,Map> ddMap
Constructor Detail

DataDictionaryMap

public DataDictionaryMap(DataDictionaryService dataDictionaryService)
Method Detail

get

public Object get(Object key)

getDataDictionaryService

public DataDictionaryService getDataDictionaryService()

setDataDictionaryService

public void setDataDictionaryService(DataDictionaryService dataDictionaryService)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.