public class TimeRestrictionDescription extends Object implements DynamicAttributeHandler<String,CMSTimeRestrictionModel>
| Constructor and Description |
|---|
TimeRestrictionDescription() |
| Modifier and Type | Method and Description |
|---|---|
String |
get(CMSTimeRestrictionModel model)
Holds logic behind getter for dynamic attribute.
|
void |
set(CMSTimeRestrictionModel model,
String value)
Holds logic behind setter for dynamic attribute.
|
public String get(CMSTimeRestrictionModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<String,CMSTimeRestrictionModel>model - model for which dynamic attribute is declared.public void set(CMSTimeRestrictionModel model, String value)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<String,CMSTimeRestrictionModel>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.