Skip to content
Snippets Groups Projects
Commit 14c7d532 authored by Noah Huck's avatar Noah Huck
Browse files

add Noah Huck as staff and new product

parent 22419a3b
No related branches found
No related tags found
1 merge request!37add Noah Huck as staff and new product
Pipeline #576181 failed with stage
in 2 seconds
......@@ -88,4 +88,14 @@ public class Products { /* a good class, but not as good as cse391 */
1.01
);
}
public Product noahhucksProduct() {
return new Product(
"CSE2 Building (Real)",
"no refunds",
"Gates-Center_0001.jpg",
"UW Gates Center Building",
20.00
);
}
}
......@@ -107,4 +107,14 @@ public class Staff {
"funny chicken"
);
}
public Employee noahhuck() {
return new Employee(
"Noah",
"CEO",
"does nothing",
"noahh.png",
"A color inverted image of the employee"
);
}
}
images/products/Gates-Center_0001.jpg

497 KiB

images/staff/noahh.png

171 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