Package org.cxbox.source.dto
Class DictionaryItemDTO_
- java.lang.Object
-
- org.cxbox.api.data.dto.DataResponseDTO_
-
- org.cxbox.source.dto.DictionaryItemDTO_
-
public class DictionaryItemDTO_ extends org.cxbox.api.data.dto.DataResponseDTO_
-
-
Field Summary
Fields Modifier and Type Field Description static org.cxbox.constgen.DtoField<DictionaryItemDTO,Boolean>activestatic org.cxbox.constgen.DtoField<DictionaryItemDTO,Boolean>additionFlgstatic org.cxbox.constgen.DtoField<DictionaryItemDTO,String>descriptionstatic org.cxbox.constgen.DtoField<DictionaryItemDTO,Integer>displayOrderstatic org.cxbox.constgen.DtoField<DictionaryItemDTO,String>keystatic org.cxbox.constgen.DtoField<DictionaryItemDTO,String>typestatic org.cxbox.constgen.DtoField<DictionaryItemDTO,String>value
-
Constructor Summary
Constructors Constructor Description DictionaryItemDTO_()
-
-
-
Field Detail
-
active
public static final org.cxbox.constgen.DtoField<DictionaryItemDTO,Boolean> active
-
additionFlg
public static final org.cxbox.constgen.DtoField<DictionaryItemDTO,Boolean> additionFlg
-
description
public static final org.cxbox.constgen.DtoField<DictionaryItemDTO,String> description
-
displayOrder
public static final org.cxbox.constgen.DtoField<DictionaryItemDTO,Integer> displayOrder
-
key
public static final org.cxbox.constgen.DtoField<DictionaryItemDTO,String> key
-
type
public static final org.cxbox.constgen.DtoField<DictionaryItemDTO,String> type
-
value
public static final org.cxbox.constgen.DtoField<DictionaryItemDTO,String> value
-
-