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