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

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

parent 0c69f726
No related branches found
No related tags found
1 merge request!57Added bio to Staff.java and product to Products.java
Pipeline #576419 passed with stage
in 2 seconds
......@@ -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