- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Wedding Planner Management System Class Diagram describes the structure of a Wedding Planner Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Wedding Planner Management System are Wedding, Planner, Venue, Booking, Blog, Package.
Classes of Wedding Planner Management System Class Diagram:
- Wedding Class : Manage all the operations of Wedding
- Planner Class : Manage all the operations of Planner
- Venue Class : Manage all the operations of Venue
- Booking Class : Manage all the operations of Booking
- Blog Class : Manage all the operations of Blog
- Package Class : Manage all the operations of Package
Classes and their attributes of Wedding Planner Management System Class Diagram:
- Wedding Attributes : wedding_id, wedding_name, wedding_type, wedding_description
- Planner Attributes : planner_id, planner_name, planner_mobile, planner_email, planner_username, planner_password, planner_address
- Venue Attributes : venue_id, venue_name, venue_type, venue_description, venue_address
- Booking Attributes : booking_id, booking_venue_id, booking_title, booking_type, booking_date, booking_description
- Blog Attributes : blog_id, blog_user_id blog_title, blog_type, blog_content, blog_description
- Package Attributes : package_id, package_planner_id, package_name, package_amount, package_total, package_type, package_description
Classes and their methods of Wedding Planner Management System Class Diagram:
- Wedding Methods : addWedding(), editWedding(), deleteWedding(), updateWedding(), saveWedding(), searchWedding()
- Planner Methods : addPlanner(), editPlanner(), deletePlanner(), updatePlanner(), savePlanner(), searchPlanner()
- Venue Methods : addVenue(), editVenue(), deleteVenue(), updateVenue(), saveVenue(), searchVenue()
- Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
- Blog Methods : addBlog(), editBlog(), deleteBlog(), updateBlog(), saveBlog(), searchBlog()
- Package Methods : addPackage(), editPackage(), deletePackage(), updatePackage(), savePackage(), searchPackage()
Class Diagram of Wedding Planner Management System :
Class Diagram Image: