class Sale
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Sale(int employeeUID1,
int customerUID1,
java.lang.String vin1,
java.util.Date saleDate1,
double salePrice1)
The constructor for the Sale class.
|
public Sale(int employeeUID1, int customerUID1, java.lang.String vin1, java.util.Date saleDate1, double salePrice1)
employeeUID1
- The employee's UID who is selling the vehiclecustomerUID1
- The customer's UID who is purchasing the vehiclevin1
- The VIN number of the vehicle being soldsaleDate1
- The date of the salesalePrice1
- The final sale price of the vehicle