Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2 UML Diagram ExternalTicket : Ticket - CompanyName: String - ContactInfo: String + ExternalTicket( ); +ExternalTicket( description : String, submitted : Date, CompanyName: String, ContactInfo:

2 UML Diagram

ExternalTicket : Ticket - CompanyName: String - ContactInfo: String + ExternalTicket( ); +ExternalTicket( description : String, submitted : Date, CompanyName: String, ContactInfo: String); +setCompanyName( comapnyName : String ) +getCompanyName() : String +setContactInfo( phone : String ) +getContactInfo() : String +shortDisplay():void +longDisplay():void The constructors should increment TicketCount and assign TicketCount+1000 to ticketld ShortDisplay should display:2000: 15/08/2022 Men in kilts Open Long display should show a list of all information: ID: 2000 Date Submitted: 15/08/2022 Assigned To: Men in kilts Description: Repair broken windows on 2th floor Status: Closed Contact Info: (590) 124-0756

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Databases questions