Skip to content
Snippets Groups Projects
Commit 2b43f1f3 authored by Chang's avatar Chang
Browse files

hw submit

parent e01ca973
No related branches found
No related tags found
1 merge request!86staff info and product created
Pipeline #576608 failed with stage
in 1 second
......@@ -18,6 +18,15 @@ public class Products { /* a good class, but not as good as cse391 */
99999.99
);
}
public Product ahmincsProduct() {
return new Product(
"moorb",
"broom but better because broom",
"broom.PNG",
"image of legendary broom that might also be my profile",
0.92
);
}
public Product rairai77sProudct() {
return new Product(
"Cheeto Dust",
......
......@@ -27,6 +27,14 @@ public class Staff {
"A snorlax sitting"
);
}
public Employee ahminc() {
return new Employee() {
"Ahmin Chang",
"Professional Broom Inspector",
"broom.PNG",
"a beautiful broom in all it's glory"
};
}
public Employee lwang42() {
return new Employee(
"Lawrence Wang",
......
images/products/broom.PNG

246 KiB

images/staff/broom.PNG

246 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