Class CMSActionRestrictionDynamicDescription
java.lang.Object
de.hybris.platform.acceleratorcms.model.CMSActionRestrictionDynamicDescription
- All Implemented Interfaces:
DynamicAttributeHandler<String,CMSActionRestrictionModel>
@Deprecated(since="1811",
forRemoval=true)
public class CMSActionRestrictionDynamicDescription
extends Object
implements DynamicAttributeHandler<String,CMSActionRestrictionModel>
Deprecated, for removal: This API element is subject to removal in a future version.
since 1811
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionget(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, String value) Deprecated, for removal: This API element is subject to removal in a future version.Holds logic behind setter for dynamic attribute.
-
Constructor Details
-
CMSActionRestrictionDynamicDescription
public CMSActionRestrictionDynamicDescription()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
get
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<String,CMSActionRestrictionModel> - Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-
set
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<String,CMSActionRestrictionModel> - Parameters:
model- model for which dynamic attribute is declared.value- the value which will be used by setter logic.
-