Skip to content
Snippets Groups Projects
Commit a8e84478 authored by Neil Zhang's avatar Neil Zhang
Browse files

Add Staff and Product info

parent dfb4af3c
No related branches found
No related tags found
1 merge request!105Add Staff and Product info for Neil
Pipeline #576860 failed with stage
in 3 seconds
......@@ -557,4 +557,14 @@ public class Products { /* a good class, but not as good as cse391 */
4.99
);
}
public Product jz283() {
return new Product(
"McLaren 720s",
"A light and strong supercar",
"720s.jpeg",
"Picture of the supercar",
209900.00
);
}
}
......@@ -578,4 +578,14 @@ public class Staff {
"Picture of the ocean"
);
}
public Employee jz283() {
return new Employee(
"Neil",
"Student",
"fan of F1",
"mclaren_24.jpg",
"Picture of the McLaren F1 car"
);
}
}
images/products/720s.jpg

81.8 KiB

images/staff/mclaren_24.jpg

715 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment