Class CMSActionRestrictionDynamicDescription
- java.lang.Object
-
- de.hybris.platform.acceleratorcms.model.CMSActionRestrictionDynamicDescription
-
- All Implemented Interfaces:
DynamicAttributeHandler<java.lang.String,CMSActionRestrictionModel>
@Deprecated(since="1811", forRemoval=true) public class CMSActionRestrictionDynamicDescription extends java.lang.Object implements DynamicAttributeHandler<java.lang.String,CMSActionRestrictionModel>Deprecated, for removal: This API element is subject to removal in a future version.since 1811
-
-
Constructor Summary
Constructors Constructor Description CMSActionRestrictionDynamicDescription()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Stringget(CMSActionRestrictionModel model)Deprecated, for removal: This API element is subject to removal in a future version.Holds logic behind getter for dynamic attribute.voidset(CMSActionRestrictionModel model, java.lang.String value)Deprecated, for removal: This API element is subject to removal in a future version.Holds logic behind setter for dynamic attribute.
-
-
-
Method Detail
-
get
public java.lang.String get(CMSActionRestrictionModel model)
Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.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.
-
-