package net.sourceforge.fenixedu.domain.documents; import net.sourceforge.fenixedu.domain.Person; import net.sourceforge.fenixedu.domain.organizationalStructure.Party; /** * @author Pedro Santos (pmrsa) */ public class GeneratedDocumentWithoutSource extends GeneratedDocumentWithoutSource_Base { public GeneratedDocumentWithoutSource(GeneratedDocumentType type, Party addressee, Person operator, String filename, byte[] content) { super(); init(type, addressee, operator, filename, content); } }