diff --git a/Products.java b/Products.java index 455db3d690875b05753cd252f9b49be89ca2ce8d..62bf8ba6a4330515f786ddd68deaefd9e8909868 100644 --- a/Products.java +++ b/Products.java @@ -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", diff --git a/Staff.java b/Staff.java index e510b8b2d6bd8a6ba069fbbb38e03c95d8c0845e..bd69fe43ce4e5aa85c2600f775dc66a2038da171 100644 --- a/Staff.java +++ b/Staff.java @@ -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(