Package org.cxbox.source.dto
Class WorkflowAssigneeRecommendationDto_
- java.lang.Object
-
- org.cxbox.api.data.dto.DataResponseDTO_
-
- org.cxbox.source.dto.WorkflowAssigneeRecommendationDto_
-
public class WorkflowAssigneeRecommendationDto_ extends org.cxbox.api.data.dto.DataResponseDTO_
-
-
Field Summary
Fields Modifier and Type Field Description static org.cxbox.constgen.DtoField<WorkflowAssigneeRecommendationDto,String>condAssigneeCdstatic org.cxbox.constgen.DtoField<WorkflowAssigneeRecommendationDto,String>departmentstatic org.cxbox.constgen.DtoField<WorkflowAssigneeRecommendationDto,Long>departmentIdstatic org.cxbox.constgen.DtoField<WorkflowAssigneeRecommendationDto,String>description
-
Constructor Summary
Constructors Constructor Description WorkflowAssigneeRecommendationDto_()
-
-
-
Field Detail
-
condAssigneeCd
public static final org.cxbox.constgen.DtoField<WorkflowAssigneeRecommendationDto,String> condAssigneeCd
-
department
public static final org.cxbox.constgen.DtoField<WorkflowAssigneeRecommendationDto,String> department
-
departmentId
public static final org.cxbox.constgen.DtoField<WorkflowAssigneeRecommendationDto,Long> departmentId
-
description
public static final org.cxbox.constgen.DtoField<WorkflowAssigneeRecommendationDto,String> description
-
-