Skip to content
Snippets Groups Projects
Commit 8c0f47d9 authored by Helena Zheng's avatar Helena Zheng
Browse files

Added Helena staff profile and product

parent 460544e3
No related branches found
No related tags found
2 merge requests!172Added staff profile and product,!156Main
Pipeline #577215 failed with stage
in 3 seconds
......@@ -187,6 +187,16 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product helenasProduct() {
return new Product(
"Stan the Stand",
"A true gentleman",
"StanTheStand.jpg",
"A music stand with a top hat and rose playing a djembe",
391.0
);
}
public Product aryasProduct() {
return new Product(
"Monkey",
......
......@@ -174,6 +174,16 @@ public class Staff {
);
}
public Employee helenaz9() {
return new Employee(
"Helena",
"Student",
"Frequents Lander desk water fountain",
"penguin.jpg",
"A ceramic penguin"
);
}
public Employee cjobes() {
return new Employee(
"Colton",
......
images/products/StanTheStand.jpg

909 KiB

images/staff/penguin.jpg

750 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