Class DefaultPageContentSlotConverterType
- java.lang.Object
-
- de.hybris.platform.cmsfacades.pagescontentslots.service.impl.DefaultPageContentSlotConverterType
-
- All Implemented Interfaces:
PageContentSlotConverterType
public class DefaultPageContentSlotConverterType extends java.lang.Object implements PageContentSlotConverterType
Default implementation ofPageContentSlotConverterType.
-
-
Constructor Summary
Constructors Constructor Description DefaultPageContentSlotConverterType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends CMSRelationModel>getClassType()AbstractPopulatingConverter<CMSRelationModel,PageContentSlotData>getConverter()voidsetClassType(java.lang.Class<? extends CMSRelationModel> classType)voidsetConverter(AbstractPopulatingConverter<CMSRelationModel,PageContentSlotData> converter)
-
-
-
Method Detail
-
getClassType
public java.lang.Class<? extends CMSRelationModel> getClassType()
- Specified by:
getClassTypein interfacePageContentSlotConverterType
-
setClassType
public void setClassType(java.lang.Class<? extends CMSRelationModel> classType)
- Specified by:
setClassTypein interfacePageContentSlotConverterType
-
getConverter
public AbstractPopulatingConverter<CMSRelationModel,PageContentSlotData> getConverter()
- Specified by:
getConverterin interfacePageContentSlotConverterType
-
setConverter
public void setConverter(AbstractPopulatingConverter<CMSRelationModel,PageContentSlotData> converter)
- Specified by:
setConverterin interfacePageContentSlotConverterType
-
-