- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Insurance Information System Class Diagram describes the structure of a Insurance Information System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Insurance Information System are Plans, Payments, Taxes, Insurance, Buyers, User.
Classes of Insurance Information System Class Diagram:
- Plans Class : Manage all the operations of Plans
- Payments Class : Manage all the operations of Payments
- Taxes Class : Manage all the operations of Taxes
- Insurance Class : Manage all the operations of Insurance
- Buyers Class : Manage all the operations of Buyers
- User Class : Manage all the operations of User
Classes and their attributes of Insurance Information System Class Diagram:
- Plans Attributes : plans_id, plans_insurance_id, plans_name, plans_type, plans_description
- Payments Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Taxes Attributes : tax_id, tax_insurance_id, tax_name, tax_type, tax_description
- Insurance Attributes : insurance_id, insurance_plan_id, insurance_number, insurance_issue_date, insurance_premium, insurance_amount, insurance_type, insurance_description
- Buyers Attributes : buyer_id, buyer_insurance_id, buyer_name, buyer_mobile, buyer_email, buyer_username, buyer_password, buyer_address
- User Attributes : user_id, user_name, user_mobile, user_email, user_username, user_password, user_address
Classes and their methods of Insurance Information System Class Diagram:
- Plans Methods : addPlans(), editPlans(), deletePlans(), updatePlans(), savePlans(), searchPlans()
- Payments Methods : addPayments(), editPayments(), deletePayments(), updatePayments(), savePayments(), searchPayments()
- Taxes Methods : addTaxes(), editTaxes(), deleteTaxes(), updateTaxes(), saveTaxes(), searchTaxes()
- Insurance Methods : addInsurance(), editInsurance(), deleteInsurance(), updateInsurance(), saveInsurance(), searchInsurance()
- Buyers Methods : addBuyers(), editBuyers(), deleteBuyers(), updateBuyers(), saveBuyers(), searchBuyers()
- User Methods : addUser(), editUser(), deleteUser(), updateUser(), saveUser(), searchUser()
Class Diagram of Insurance Information System :
Class Diagram Image: