Interface ListItemDTOTypeService
- All Known Implementing Classes:
DefaultListItemDTOTypeService
public interface ListItemDTOTypeService
Determines the
TypeModel of a AbstractListItemDTO.-
Method Summary
-
Method Details
-
getDTOType
Gets anAbstractListItemDTO's type.- Parameters:
dto- a givenAbstractListItemDTO.- Returns:
- a
TypeModelrepresenting the type of the DTO.
-