Skip to content
Snippets Groups Projects
Commit 760e7f5e authored by Sami Sharma's avatar Sami Sharma
Browse files

Committing employee and product info

parent 9ca2d728
No related branches found
No related tags found
1 merge request!96samshar_staff_page merge request
Pipeline #576662 failed
......@@ -469,4 +469,14 @@ public class Products { /* a good class, but not as good as cse391 */
3.99
);
}
public Product kevluoyrsProduct() {
return new Product(
"SprayKetchup",
"Spray on Ketchup",
"ketchup.jpg",
"An image of what a spray on ketchup bottle would look like",
5.99
);
}
}
......@@ -500,4 +500,14 @@ public class Staff {
"Picture of a dog"
);
}
public Employee samshar() {
return new Employee(
"Sami",
"Student",
"I love playing volleyball",
"Picture.jpg",
"Picture of a volleyball"
);
}
}
images/products/ketchup.jpg

21 KiB

images/staff/picture.jpg

77.2 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