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