Skip to content
Snippets Groups Projects
Commit 155916a0 authored by Sriram Kutty's avatar Sriram Kutty
Browse files

Added new product and staff

parent 50a39bda
No related branches found
No related tags found
1 merge request!23Added new product and staff
Pipeline #576088 failed with stage
in 2 seconds
......@@ -98,4 +98,14 @@ public class Products { /* a good class, but not as good as cse391 */
1.01
);
}
public Product skuttyProduct() {
return new Product(
"Rake",
"A rake to gather leaves",
"rake.jpg",
"image of a rake",
5959.59
);
}
}
......@@ -117,4 +117,14 @@ public class Staff {
"funny chicken"
);
}
public Employee skutty() {
return new Employee(
"Sriram",
"Student",
"sleeping",
"cake.jpg",
"cake"
);
}
}
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