BatchInputForPrint.java 951 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.service.InlinedDataBuffer
 */
package com.adobe.document.xmlform;

import com.adobe.document.xmlform.ProcessInformation;
import com.adobe.service.InlinedDataBuffer;
import org.omg.CORBA.portable.IDLEntity;

public final class BatchInputForPrint
implements IDLEntity {
    private static final long serialVersionUID = 1;
    public String templateId = "";
    public String locale = "";
    public String recIdField = "";
    public ProcessInformation procInfo;
    public InlinedDataBuffer buffer;

    public BatchInputForPrint() {
    }

    public BatchInputForPrint(String templateId, String locale, String recIdField, ProcessInformation procInfo, InlinedDataBuffer buffer) {
        this.templateId = templateId;
        this.locale = locale;
        this.recIdField = recIdField;
        this.procInfo = procInfo;
        this.buffer = buffer;
    }
}