Skip to content
Snippets Groups Projects
Commit f7de4032 authored by Sam Zappa's avatar Sam Zappa
Browse files

Add my staff and product info

parent 721cf0f4
Branches yangsam_staff_page
No related tags found
1 merge request!89Spzappa staff page
Pipeline #576647 failed
......@@ -412,4 +412,14 @@ public class Products { /* a good class, but not as good as cse391 */
5.55
);
}
public Product spzappaProduct() {
return new Product(
"Elkay LZS8WSLK EZH2O Bottle Filling Station",
"greatest water fountain of all time",
"waterfountain.png",
"Water fountain w/ water bottle filler",
1312.99
);
}
}
......@@ -443,4 +443,14 @@ public class Staff {
"Person skiing"
);
}
public Employee spzappa() {
return new Employee(
"Sam",
"Student",
"just failed a midterm",
"stickman.png",
"stick man"
);
}
}
images/products/waterfountain.png

27.2 KiB

images/staff/stickman.png

569 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