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