- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Consignment Tracking System Class Diagram describes the structure of a Consignment Tracking System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Consignment Tracking System are Consignment, Track, Ship, Delivery, Payment, Schedule.
Classes of Consignment Tracking System Class Diagram:
- Consignment Class : Manage all the operations of Consignment
- Track Class : Manage all the operations of Track
- Ship Class : Manage all the operations of Ship
- Delivery Class : Manage all the operations of Delivery
- Payment Class : Manage all the operations of Payment
- Schedule Class : Manage all the operations of Schedule
Classes and their attributes of Consignment Tracking System Class Diagram:
- Consignment Attributes : consignment_id, consignment_customer_id, consignment_item, consignment_type, consignment_description
- Track Attributes : track_id, track_consignment_id, track_date, track_place track_type, track_description
- Ship Attributes : ship_id, ship_consignment_id, ship_date, ship_type, ship_description
- Delivery Attributes : delivery_id, delivery_customer_id, delivery_address, delivery_type, delivery_by, delivery_date, delivery_description
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Schedule Attributes : schedule_id, schedule_name, schedule_type, schedule_description
Classes and their methods of Consignment Tracking System Class Diagram:
- Consignment Methods : addConsignment(), editConsignment(), deleteConsignment(), updateConsignment(), saveConsignment(), searchConsignment()
- Track Methods : addTrack(), editTrack(), deleteTrack(), updateTrack(), saveTrack(), searchTrack()
- Ship Methods : addShip(), editShip(), deleteShip(), updateShip(), saveShip(), searchShip()
- Delivery Methods : addDelivery(), editDelivery(), deleteDelivery(), updateDelivery(), saveDelivery(), searchDelivery()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
- Schedule Methods : addSchedule(), editSchedule(), deleteSchedule(), updateSchedule(), saveSchedule(), searchSchedule()
Class Diagram of Consignment Tracking System :
Class Diagram Image: