org.infoglue.deliver.applications.databeans
Class ConvertedDocumentBean

java.lang.Object
  extended by org.infoglue.deliver.applications.databeans.ConvertedDocumentBean

public class ConvertedDocumentBean
extends java.lang.Object


Constructor Summary
ConvertedDocumentBean()
           
 
Method Summary
 java.lang.String getHtmlFileUrl()
           
 java.lang.String getPdfFileUrl()
           
 java.lang.String getTocString()
           
 void setHtmlFileUrl(java.lang.String htmlFileUrl)
           
 void setOdtFileUrl(java.lang.String odtFileUrl)
           
 void setPdfFileUrl(java.lang.String pdfFileUrl)
           
 void setTocString(java.lang.String tocString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertedDocumentBean

public ConvertedDocumentBean()
Method Detail

getHtmlFileUrl

public java.lang.String getHtmlFileUrl()

setHtmlFileUrl

public void setHtmlFileUrl(java.lang.String htmlFileUrl)

getPdfFileUrl

public java.lang.String getPdfFileUrl()

setPdfFileUrl

public void setPdfFileUrl(java.lang.String pdfFileUrl)

getTocString

public java.lang.String getTocString()

setTocString

public void setTocString(java.lang.String tocString)

setOdtFileUrl

public void setOdtFileUrl(java.lang.String odtFileUrl)


Copyright © 2005 InfoGlue.org All Rights Reserved.