org.kuali.ole
Class OleDocStoreData
java.lang.Object
org.kuali.ole.OleDocStoreData
public class OleDocStoreData
- extends Object
Created by IntelliJ IDEA.
User: pvsubrah
Date: 9/8/11
Time: 10:41 AM
To change this template use File | Settings | File Templates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OleDocStoreData
public OleDocStoreData()
getCategory
public String getCategory()
setCategory
public void setCategory(String category)
getTypeFormatMap
public Map<String,List<String>> getTypeFormatMap()
getDoctypes
public List<String> getDoctypes()
setDoctypes
public void setDoctypes(List<String> doctypes)
addDocType
public void addDocType(String docType)
addFormat
public void addFormat(String docType,
String format)
addLevelInfoForFormat
public void addLevelInfoForFormat(String format,
Integer levels)
getTypeFormatMapWithNodeCount
public Map<String,Map<String,Long>> getTypeFormatMapWithNodeCount()
setTypeFormatMapWithNodeCount
public void setTypeFormatMapWithNodeCount(Map<String,Map<String,Long>> typeFormatMapWithNodeCount)
getFormatLevelsMap
public Map<String,Integer> getFormatLevelsMap()
setFormatLevelsMap
public void setFormatLevelsMap(Map<String,Integer> formatLevelsMap)
getFormats
public List<String> getFormats()
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.