Skip to content
Snippets Groups Projects
Commit dc992ad8 authored by Mehul Chaudhari's avatar Mehul Chaudhari
Browse files

Adding Staff and Products descriptions for mehulc.

parent ff518f98
No related branches found
No related tags found
3 merge requests!31Mehulc staff page,!30Mehulc staff page,!29Mehulc Staff Page
Pipeline #576155 passed
......@@ -10,6 +10,15 @@ public class Products { /* a good class, but not as good as cse391 */
42.024
);
}
public Product mehulcsProduct() {
return new Product(
"Giant Gummy Bear",
"Big fatty tast gummy bear",
"gummybear.jpg",
"Picture of a beautiful gummy bear",
10000.10
);
}
public Product kevinsProduct(){
return new Product(
"Basketball",
......
......@@ -7,6 +7,15 @@ public class Staff {
"snorlax.png",
"A snorlax sitting"
);
}
public Employee mehulc() {
return new Employee(
"Mehul Chaudhari",
"Student",
"Eating",
"snoopy.jpg",
"just snoopy."
);
}
public Employee xckevin(){
return new Employee(
......
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