Skip to content
Snippets Groups Projects
Commit cc1166e3 authored by Steven Luong's avatar Steven Luong
Browse files

Merge branch 'sluong05_staff_page' into 'main'

Added bio to Staff.java and product to Products.java

See merge request !57
parents 0c69f726 6e31daad
No related branches found
No related tags found
1 merge request!57Added bio to Staff.java and product to Products.java
Pipeline #576422 passed
......@@ -326,6 +326,14 @@ public class Products { /* a good class, but not as good as cse391 */
12.99
);
}
public Product sluong05Product() {
return new Product(
"Fluffy cow",
"A fluffy cow to hug and feel warm and cozy",
"fluffyCow.jpg",
"Highland cow",
129.99
);
}
}
......@@ -347,6 +347,14 @@ public class Staff {
"tree"
);
}
public Employee sluong05() {
return new Employee(
"Steven",
"Student",
"I work at Sizzle and Crunch! Come say hi!",
"Tennis.jpg",
"Tennis racket and balls"
);
}
}
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