public class InverseRestrictionDescription extends Object implements DynamicAttributeHandler<String,CMSInverseRestrictionModel>
| Constructor and Description |
|---|
InverseRestrictionDescription() |
| Modifier and Type | Method and Description |
|---|---|
String |
get(CMSInverseRestrictionModel model)
Holds logic behind getter for dynamic attribute.
|
void |
set(CMSInverseRestrictionModel model,
String value)
Holds logic behind setter for dynamic attribute.
|
public String get(CMSInverseRestrictionModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<String,CMSInverseRestrictionModel>model - model for which dynamic attribute is declared.public void set(CMSInverseRestrictionModel model, String value)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<String,CMSInverseRestrictionModel>model - model for which dynamic attribute is declared.value - the value which will be used by setter logic.Copyright © 2017 SAP SE. All Rights Reserved.