package com.vci.corba.workflow.data; /** * Generated from IDL struct "FlowInstanceInfo". * * @author JacORB IDL compiler V 3.9 * @version generated at 2022-12-23 15:42:24 */ public final class FlowInstanceInfo implements org.omg.CORBA.portable.IDLEntity { /** Serial version UID. */ private static final long serialVersionUID = 1L; public FlowInstanceInfo(){} public java.lang.String id = ""; public java.lang.String executionid = ""; public java.lang.String applicant = ""; public java.lang.String creator = ""; public java.lang.String templatePuid = ""; public java.lang.String templateName = ""; public java.lang.String clsfOid = ""; public java.lang.String tableName = ""; public java.lang.String desc = ""; public java.lang.String processType = ""; public java.lang.String processName = ""; public java.lang.String taskType = ""; public java.lang.String outcome = ""; public java.lang.String partList = ""; public FlowInstanceInfo(java.lang.String id, java.lang.String executionid, java.lang.String applicant, java.lang.String creator, java.lang.String templatePuid, java.lang.String templateName, java.lang.String clsfOid, java.lang.String tableName, java.lang.String desc, java.lang.String processType, java.lang.String processName, java.lang.String taskType, java.lang.String outcome, java.lang.String partList) { this.id = id; this.executionid = executionid; this.applicant = applicant; this.creator = creator; this.templatePuid = templatePuid; this.templateName = templateName; this.clsfOid = clsfOid; this.tableName = tableName; this.desc = desc; this.processType = processType; this.processName = processName; this.taskType = taskType; this.outcome = outcome; this.partList = partList; } }