@Service public class MusicService extends Object
| Constructor and Description |
|---|
MusicService() |
| Modifier and Type | Method and Description |
|---|---|
Music |
getByAlbum(String albumName) |
Singer |
getBySinger(String singer) |
void |
setMusic(Music music) |
void |
setSinger(Singer singer) |
Copyright © 2018 WSO2. All rights reserved.