- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Hostel Management System Class Diagram describes the structure of a Hostel Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Hostel Management System are Hostel, Beds, Rooms, Rent, Allotees, Payments.
Classes of Hostel Management System Class Diagram:
- Hostel Class : Manage all the operations of Hostel
- Beds Class : Manage all the operations of Beds
- Rooms Class : Manage all the operations of Rooms
- Rent Class : Manage all the operations of Rent
- Allotees Class : Manage all the operations of Allotees
- Payments Class : Manage all the operations of Payments
Classes and their attributes of Hostel Management System Class Diagram:
- Hostel Attributes : hostel_id, hostel_name, hostel_type, hostel_rent, hostel_description, hostel_address
- Beds Attributes : bed_id, bed_name, bed_type, bed_description
- Rooms Attributes : room_id, room_exam_id, room_number, room_type, room_description
- Rent Attributes : rent_id, rent_hostel_id, rent_title, rent_amount, rent_type, rent_description
- Allotees Attributes : allotee_id, allotee_name, allotee_mobile, allotee_email, allotee_username, allotee_password, allotee_address
- Payments Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
Classes and their methods of Hostel Management System Class Diagram:
- Hostel Methods : addHostel(), editHostel(), deleteHostel(), updateHostel(), saveHostel(), searchHostel()
- Beds Methods : addBeds(), editBeds(), deleteBeds(), updateBeds(), saveBeds(), searchBeds()
- Rooms Methods : addRooms(), editRooms(), deleteRooms(), updateRooms(), saveRooms(), searchRooms()
- Rent Methods : addRent(), editRent(), deleteRent(), updateRent(), saveRent(), searchRent()
- Allotees Methods : addAllotees(), editAllotees(), deleteAllotees(), updateAllotees(), saveAllotees(), searchAllotees()
- Payments Methods : addPayments(), editPayments(), deletePayments(), updatePayments(), savePayments(), searchPayments()
Class Diagram of Hostel Management System :
Class Diagram Image: