Package org.cxbox.source.services.crudma
Class DictionaryDto_
- java.lang.Object
-
- org.cxbox.api.data.dto.DataResponseDTO_
-
- org.cxbox.source.services.crudma.DictionaryDto_
-
public class DictionaryDto_ extends org.cxbox.api.data.dto.DataResponseDTO_
-
-
Field Summary
Fields Modifier and Type Field Description static org.cxbox.constgen.DtoField<org.cxbox.source.services.crudma.WorkflowDictionaryCrudmaService.DictionaryDto,String>descriptionstatic org.cxbox.constgen.DtoField<org.cxbox.source.services.crudma.WorkflowDictionaryCrudmaService.DictionaryDto,String>keystatic org.cxbox.constgen.DtoField<org.cxbox.source.services.crudma.WorkflowDictionaryCrudmaService.DictionaryDto,String>value
-
Constructor Summary
Constructors Constructor Description DictionaryDto_()
-
-
-
Field Detail
-
description
public static final org.cxbox.constgen.DtoField<org.cxbox.source.services.crudma.WorkflowDictionaryCrudmaService.DictionaryDto,String> description
-
key
public static final org.cxbox.constgen.DtoField<org.cxbox.source.services.crudma.WorkflowDictionaryCrudmaService.DictionaryDto,String> key
-
value
public static final org.cxbox.constgen.DtoField<org.cxbox.source.services.crudma.WorkflowDictionaryCrudmaService.DictionaryDto,String> value
-
-