Package org.openhab.core.items.dto
Class ItemDTO
java.lang.Object
org.openhab.core.items.dto.ItemDTO
- Direct Known Subclasses:
- EnrichedItemDTO,- FileFormatItemDTO,- GroupItemDTO
This is a data transfer object that is used to serialize items.
- Author:
- Kai Kreuzer - Initial contribution, Andre Fuechsel - added tag support
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
type
- 
name
- 
label
- 
category
- 
tags
- 
groupNames
 
- 
- 
Constructor Details- 
ItemDTOpublic ItemDTO()
 
-