public class DefaultXmlChangesService extends Object implements E2EChangesXmlService
| Constructor and Description |
|---|
DefaultXmlChangesService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
code identifying configuration file stored as media in database
|
MediaModel |
getMedia(String code)
fetch media containing dynamic configuration
|
String |
getNameFile() |
void |
setCode(String code) |
void |
setMediaService(MediaService mediaService) |
void |
setNameFile(String nameFile) |
public MediaModel getMedia(String code)
E2EChangesXmlServicegetMedia in interface E2EChangesXmlServicecode - - code identifying configuration file stored as media in databasepublic void setMediaService(MediaService mediaService)
mediaService - the mediaService to setpublic void setCode(String code)
code - the code to setpublic void setNameFile(String nameFile)
nameFile - the nameFile to setpublic String getNameFile()
getNameFile in interface E2EChangesXmlServicepublic String getCode()
E2EChangesXmlServicegetCode in interface E2EChangesXmlServiceCopyright © 2017 SAP SE. All Rights Reserved.