- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Music Library Management System Class Diagram describes the structure of a Music Library Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Music Library Management System are Music, Album, Performaer, Track, Music Library, Singer.
Classes of Music Library Management System Class Diagram:
- Music Class : Manage all the operations of Music
- Album Class : Manage all the operations of Album
- 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
Classes and their attributes of Music Library Management System Class Diagram:
- Music Attributes : music_id, music_album_id, music_type, music_description
- Album Attributes : album_id, album_name, album_type, album_description
- 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
Classes and their methods of Music Library Management System Class Diagram:
- Music Methods : addMusic(), editMusic(), deleteMusic(), updateMusic(), saveMusic(), searchMusic()
- Album Methods : addAlbum(), editAlbum(), deleteAlbum(), updateAlbum(), saveAlbum(), searchAlbum()
- 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()
Class Diagram of Music Library Management System :
Class Diagram Image: