Daisy Open Source CMS

org.outerj.daisy.tools.importexport.model.meta
Class ImpExpMeta

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,String>
          extended by org.outerj.daisy.tools.importexport.model.meta.ImpExpMeta
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>

public class ImpExpMeta
extends HashMap<String,String>

See Also:
Serialized Form

Constructor Summary
ImpExpMeta()
           
 
Method Summary
 String getDaisyServerVersion()
           
 String getExportFormat()
           
 String getExportTime()
           
 void setDaisyServerVersion(String value)
           
 void setExportFormat(String value)
           
 void setExportTime(String value)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ImpExpMeta

public ImpExpMeta()
Method Detail

getDaisyServerVersion

public String getDaisyServerVersion()

setDaisyServerVersion

public void setDaisyServerVersion(String value)

getExportTime

public String getExportTime()

setExportTime

public void setExportTime(String value)

setExportFormat

public void setExportFormat(String value)

getExportFormat

public String getExportFormat()

Daisy Open Source CMS