Package psdi.app.servicecontract

The Service Contract package contains MBOs that maintain information about equipment service contracts.

See: Description

Package psdi.app.servicecontract Description

The Service Contract package contains MBOs that maintain information about equipment service contracts. All service contracts are created within the Service Contracts application and are made with either a vendor or a manufacturer. Contracts can be associated with equipment (created in the Equipment module) from within the Service Contract application. Multiple service contracts can be associated with a single piece of equipment.

A work order may reference a single service contract; contracts are linked to work orders in the Work Orders module.

Specific information about each contract is maintained in the ServiceContract table. This table maintains contract number, description, equipment number, vendor number, and vendor's reference number.

Package Specification

The MBOs included in the Service Contract package are:

  • ServiceContract -- This is the main class in this package; it represents a service contract. It maintains information about each service contract. It keeps track of the contract number, description, equipment number, vendor number, and vendor's reference number. Multiple service contracts can be associated with a single piece of equipment.

Other classes included in the Service Contract package are:

  • ServiceContractService -- This is the service class for the package. The service name is defined here and relationships between the ServiceContract table and other tables are created by this class.

Last updated: Tuesday, March 26, 2002