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