Package org.cxbox.source.dto
Class WorkflowTaskMigrationDto_
- java.lang.Object
-
- org.cxbox.api.data.dto.DataResponseDTO_
-
- org.cxbox.source.dto.WorkflowTaskMigrationDto_
-
public class WorkflowTaskMigrationDto_ extends org.cxbox.api.data.dto.DataResponseDTO_
-
-
Field Summary
Fields Modifier and Type Field Description static org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,String>currentAutomaticTransitionIdstatic org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,String>currentAutomaticTransitionNamestatic org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,Long>currentStepIdstatic org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,String>currentStepNamestatic org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,String>newAutomaticTransitionIdstatic org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,String>newAutomaticTransitionNamestatic org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,Long>newStepIdstatic org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,String>newStepName
-
Constructor Summary
Constructors Constructor Description WorkflowTaskMigrationDto_()
-
-
-
Field Detail
-
currentAutomaticTransitionId
public static final org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,String> currentAutomaticTransitionId
-
currentAutomaticTransitionName
public static final org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,String> currentAutomaticTransitionName
-
currentStepId
public static final org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,Long> currentStepId
-
currentStepName
public static final org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,String> currentStepName
-
newAutomaticTransitionId
public static final org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,String> newAutomaticTransitionId
-
newAutomaticTransitionName
public static final org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,String> newAutomaticTransitionName
-
newStepId
public static final org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,Long> newStepId
-
newStepName
public static final org.cxbox.constgen.DtoField<WorkflowTaskMigrationDto,String> newStepName
-
-