Skip to content
Snippets Groups Projects
Commit 242c4b4a authored by Arya Gummadi's avatar Arya Gummadi
Browse files

added staff and product

parent ffc1f725
Branches agummadi_staff_page
No related tags found
1 merge request!3added staff and products
Pipeline #576023 passed with stage
in 2 seconds
......@@ -19,4 +19,14 @@ public class Products { /* a good class, but not as good as cse391 */
0.0
);
}
public Product aryasProduct() {
return new Product(
"Monkey",
"Just an animal",
"monkey.jpg",
"monkey image",
4.29
);
}
}
......@@ -29,4 +29,14 @@ public class Staff {
"My favorite plushie void the demodog chillin on the floor"
);
}
public Employee agummadi() {
return new Employee(
"Arya",
"Student",
"studies",
"arya.png",
"just an image"
);
}
}
images/products/monkey.jpg

25 KiB

images/staff/arya.png

28.3 KiB

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