- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Online Music Portal System Class Diagram describes the structure of a Online Music Portal System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Online Music Portal System are Performaer, Track, Music Library, Singer, Music, Album.
Classes of Online Music Portal System Class Diagram:
- Performaer Class : Manage all the operations of Performaer
- Track Class : Manage all the operations of Track
- Music Library Class : Manage all the operations of Music Library
- Singer Class : Manage all the operations of Singer
- Music Class : Manage all the operations of Music
- Album Class : Manage all the operations of Album
Classes and their attributes of Online Music Portal System Class Diagram:
- Performaer Attributes : performer_id, performer_music_id, performer_name, performer_mobile, performer_email, performer_username, performer_password, performer_address
- Track Attributes : track_id, track_music_id, track_name, track_type, track_description
- Music Library Attributes : music_library_id, music_library_name, music_library_type, music_library_description
- Singer Attributes : singer_id, singer_music_id, singer_name, singer_mobile, singer_email, singer_username, singer_password, singer_address
- Music Attributes : music_id, music_album_id, music_type, music_description
- Album Attributes : album_id, album_name, album_type, album_description
Classes and their methods of Online Music Portal System Class Diagram:
- Performaer Methods : addPerformaer(), editPerformaer(), deletePerformaer(), updatePerformaer(), savePerformaer(), searchPerformaer()
- Track Methods : addTrack(), editTrack(), deleteTrack(), updateTrack(), saveTrack(), searchTrack()
- Music Library Methods : addMusic Library(), editMusic Library(), deleteMusic Library(), updateMusic Library(), saveMusic Library(), searchMusic Library()
- Singer Methods : addSinger(), editSinger(), deleteSinger(), updateSinger(), saveSinger(), searchSinger()
- Music Methods : addMusic(), editMusic(), deleteMusic(), updateMusic(), saveMusic(), searchMusic()
- Album Methods : addAlbum(), editAlbum(), deleteAlbum(), updateAlbum(), saveAlbum(), searchAlbum()
Class Diagram of Online Music Portal System :
Class Diagram Image: