- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Appartment Maintance Management System Class Diagram describes the structure of a Appartment Maintance Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Appartment Maintance Management System are Appartment, Block, Appartment Owner, Monthly Maintenance Expences, Maintenance Bill, Receipt.
Classes of Appartment Maintance Management System Class Diagram:
- Appartment Class : Manage all the operations of Appartment
- Block Class : Manage all the operations of Block
- Appartment Owner Class : Manage all the operations of Appartment Owner
- Monthly Maintenance Expences Class : Manage all the operations of Monthly Maintenance Expences
- Maintenance Bill Class : Manage all the operations of Maintenance Bill
- Receipt Class : Manage all the operations of Receipt
Classes and their attributes of Appartment Maintance Management System Class Diagram:
- Appartment Attributes : appartment_id, appartment_name, appartment_type, appartment_description, appartment_address
- Block Attributes : block_id, blocK_ appartment_id, block_number, block _description
- Appartment Owner Attributes : appartment owner_id, appartment owner_appartment_id, appartment owner_name, appartment owner_mobile, appartment owner_email, appartment owner_username, appartment owner_password, appartment owner_address
- Monthly Maintenance Expences Attributes : expences_id, expences_customer id, expences_type_id, expences_amount,
- Maintenance Bill Attributes : maintenance bill_id, maintenance bill_type, maintenance bill_date, maintenance bill_description, maintenance bill_number
- Receipt Attributes : receipt_type, receipt_date, receipt_description, receipt_maintenance bill_number
Classes and their methods of Appartment Maintance Management System Class Diagram:
- Appartment Methods : addAppartment(), editAppartment(), deleteAppartment(), updateAppartment(), saveAppartment(), searchAppartment()
- Block Methods : addBlock(), editBlock(), deleteBlock(), updateBlock(), saveBlock(), searchBlock()
- Appartment Owner Methods : addAppartment Owner(), editAppartment Owner(), deleteAppartment Owner(), updateAppartment Owner(), saveAppartment Owner(), searchAppartment Owner()
- Monthly Maintenance Expences Methods : addMonthly Maintenance Expences(), editMonthly Maintenance Expences(), deleteMonthly Maintenance Expences(), updateMonthly Maintenance Expences(), saveMonthly Maintenance Expences(), searchMonthly Maintenance Expences()
- Maintenance Bill Methods : addMaintenance Bill(), editMaintenance Bill(), deleteMaintenance Bill(), updateMaintenance Bill(), saveMaintenance Bill(), searchMaintenance Bill()
- Receipt Methods : addReceipt(), editReceipt(), deleteReceipt(), updateReceipt(), saveReceipt(), searchReceipt()
Class Diagram of Appartment Maintance Management System :
Class Diagram Image: