HtmlToPdfResult.java
614 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.adobe.aemfd.docmanager.Document
*/
package com.adobe.pdfg.result;
import com.adobe.aemfd.docmanager.Document;
import java.io.Serializable;
public class HtmlToPdfResult
implements Serializable {
private static final long serialVersionUID = -6351299721560173809L;
private Document m_CreatedDocument = null;
public Document getCreatedDocument() {
return this.m_CreatedDocument;
}
public void setCreatedDocument(Document createdDocument) {
this.m_CreatedDocument = createdDocument;
}
}