- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Property Management System Class Diagram describes the structure of a Property Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Property Management System are Propetry, Buyers, Sellers, Property Type, Approvals, Registrations.
Classes of Property Management System Class Diagram:
- Propetry Class : Manage all the operations of Propetry
- Buyers Class : Manage all the operations of Buyers
- Sellers Class : Manage all the operations of Sellers
- Property Type Class : Manage all the operations of Property Type
- Approvals Class : Manage all the operations of Approvals
- Registrations Class : Manage all the operations of Registrations
Classes and their attributes of Property Management System Class Diagram:
- Propetry Attributes : property_id, property_buyer_id, property_seller_id, property_name, property_type, property_description
- Buyers Attributes : buyer_id, buyer_name, buyer_mobile, buyer_email, buyer_username, buyer_password, buyer_address
- Sellers Attributes : seller_id, seller_name, seller_mobile, seller_email, seller_username, seller_password, seller_address
- Property Type Attributes : property_type_id, property_type_name, property_type_description
- Approvals Attributes : approval_id, approval_property_id, approval_name, approval_type, vdescription
- Registrations Attributes : registration_id, registration_buyer_id, registration_seller_id, registration_name, registration_type, registration_number, registration_date, registration_description
Classes and their methods of Property Management System Class Diagram:
- Propetry Methods : addPropetry(), editPropetry(), deletePropetry(), updatePropetry(), savePropetry(), searchPropetry()
- Buyers Methods : addBuyers(), editBuyers(), deleteBuyers(), updateBuyers(), saveBuyers(), searchBuyers()
- Sellers Methods : addSellers(), editSellers(), deleteSellers(), updateSellers(), saveSellers(), searchSellers()
- Property Type Methods : addProperty Type(), editProperty Type(), deleteProperty Type(), updateProperty Type(), saveProperty Type(), searchProperty Type()
- Approvals Methods : addApprovals(), editApprovals(), deleteApprovals(), updateApprovals(), saveApprovals(), searchApprovals()
- Registrations Methods : addRegistrations(), editRegistrations(), deleteRegistrations(), updateRegistrations(), saveRegistrations(), searchRegistrations()
Class Diagram of Property Management System :
Class Diagram Image: