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

Adding my employee information and product information

parent 80d192e4
No related branches found
No related tags found
1 merge request!96samshar_staff_page merge request
......@@ -507,4 +507,14 @@ public class Products { /* a good class, but not as good as cse391 */
4.99
);
}
public Product samsharProduct() {
return new Product(
"Spray Ketchup",
"Ketchup that you can spray on",
"ketchup.jpg",
"Example image of spray on ketchup",
4.99
);
}
}
......@@ -538,4 +538,14 @@ public class Staff {
"Picture of the ocean"
);
}
public Employee samshar() {
return new Employee(
"Sami",
"Student",
"Working hard",
"picture.jpg",
"Picture of women playing volleyball"
);
}
}
images/staff/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