Skip to content
Snippets Groups Projects
Commit 3e095a13 authored by Azita Katherine Balsara's avatar Azita Katherine Balsara
Browse files

Added Employee and Product for azitab

parent 6154a4b8
No related branches found
No related tags found
1 merge request!123Added Employee and Product for azitab
Pipeline #577021 failed with stage
in 2 seconds
......@@ -694,4 +694,14 @@ public class Products { /* a good class, but not as good as cse391 */
01
);
}
public Product azitabProduct() {
return new Product(
"Cinnamon Roll Plushie",
"Giant Cinnamon Roll Plushie",
"cinnamonroll.jpg",
"Picture of Cinnamon Roll Plushie",
500.00
);
}
}
......@@ -722,5 +722,15 @@ public class Staff {
"Nathan Li, but widened 19x thanks to one of his closest friends"
);
}
public Employee azitab() {
return new Employee(
"Azita",
"Student",
"I'm Eating Chocolate Chips",
"hellokitty.jpg",
"Hello Kitty"
);
}
}
images/products/cinnamonroll.jpg

23.9 KiB

images/staff/hellokitty.jpg

25.6 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