Skip to content
Snippets Groups Projects
Commit 11060d48 authored by Erin Song's avatar Erin Song
Browse files

Added to Products and Staff

parent 6d307b3e
No related branches found
No related tags found
2 merge requests!35Main merge,!33Added to Products and Staff
Pipeline #576173 passed with stage
in 2 seconds
......@@ -200,4 +200,14 @@ public class Products { /* a good class, but not as good as cse391 */
5959.59
);
}
public Product erinsongProduct() {
return new Product(
"Ramen",
"Perfect meal on a cold day",
"ramen.jpg",
"Bowl of soup with noodles and sliced boiled egg",
15.50
);
}
}
......@@ -219,4 +219,14 @@ public class Staff {
"sephiroth"
);
}
public Employee erinsong() {
return new Employee(
"Erin",
"Student",
"Sleeps",
"sleep.jpg",
"Brown-haired girl slumped over a desk"
);
}
}
images/products/ramen.jpg

110 KiB

images/staff/sleep.jpg

79.9 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