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