Package de.hybris.platform.catalog.model
Class CatalogMimeRootDirectoryHandler
- java.lang.Object
-
- de.hybris.platform.catalog.model.CatalogMimeRootDirectoryHandler
-
- All Implemented Interfaces:
DynamicAttributeHandler<java.lang.String,CatalogModel>
public class CatalogMimeRootDirectoryHandler extends java.lang.Object implements DynamicAttributeHandler<java.lang.String,CatalogModel>
-
-
Constructor Summary
Constructors Constructor Description CatalogMimeRootDirectoryHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringget(CatalogModel model)Holds logic behind getter for dynamic attribute.voidset(CatalogModel model, java.lang.String s)Holds logic behind setter for dynamic attribute.
-
-
-
Method Detail
-
get
public java.lang.String get(CatalogModel model)
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<java.lang.String,CatalogModel>- Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-
set
public void set(CatalogModel model, java.lang.String s)
Description copied from interface:DynamicAttributeHandlerHolds logic behind setter for dynamic attribute.- Specified by:
setin interfaceDynamicAttributeHandler<java.lang.String,CatalogModel>- Parameters:
model- model for which dynamic attribute is declared.s- the value which will be used by setter logic.
-
-