Location Customers can have multiple locations. Attributes of location are Customer ID (identifier), Location ID (which
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Location Customers can have multiple locations. Attributes of location are Customer ID (identifier), Location ID (which
Location Customers can have multiple locations. Attributes of location are Customer ID (identifier), Location ID (which is unique only for each Customer iD). Address (which is composed of Street, City, State, and Zip Code), Telephone, and Building Size. Service A security service is performed for a customer at one or more locations. Before services are performed, an estimate is prepared. Attributes of service are Service ID (identifier), Description, Cost. Coverage, and Clearance Required. Additional Business Rules In addition to the classes outlined previously, the following information will need to be stored in tables and shown in the model. These may be classes, but they also reflect a relationship between more than one class. Estimates, which have characteristics of Date, Amount, Business Consultant, Services, and Customer Services Performed, which have characteristics of Date, Amount, Technical Consultant, Services, and Customer You may also assume the following: A customer can have many consultants providing many services. You wish to track both actual services performed as well as services offered. Therefore, there should be two relationships UniKL CDDH V3 Appendix 0 - Assessment Brief v2 (2010-09-17) between customer, service, and consultant, one to shan services performed and one to show services offered as part of the estimate. From the case study given above, build Class Diagram.
Location Customers can have multiple locations. Attributes of location are Customer ID (identifier), Location ID (which is unique only for each Customer iD). Address (which is composed of Street, City, State, and Zip Code), Telephone, and Building Size. Service A security service is performed for a customer at one or more locations. Before services are performed, an estimate is prepared. Attributes of service are Service ID (identifier), Description, Cost. Coverage, and Clearance Required. Additional Business Rules In addition to the classes outlined previously, the following information will need to be stored in tables and shown in the model. These may be classes, but they also reflect a relationship between more than one class. Estimates, which have characteristics of Date, Amount, Business Consultant, Services, and Customer Services Performed, which have characteristics of Date, Amount, Technical Consultant, Services, and Customer You may also assume the following: A customer can have many consultants providing many services. You wish to track both actual services performed as well as services offered. Therefore, there should be two relationships UniKL CDDH V3 Appendix 0 - Assessment Brief v2 (2010-09-17) between customer, service, and consultant, one to shan services performed and one to show services offered as part of the estimate. From the case study given above, build Class Diagram.