Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • cse391/24wi/faang
  • rh74/faang
  • anikat91/faang
3 results
Show changes
Commits on Source (3)
......@@ -250,6 +250,16 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product helenasProduct() {
return new Product(
"Stan the Stand",
"A true gentleman",
"StanTheStand.jpg",
"A music stand with a top hat and rose playing a djembe",
391.0
);
}
public Product aryasProduct() {
return new Product(
"Monkey",
......
......@@ -224,6 +224,16 @@ public class Staff {
);
}
public Employee helenaz9() {
return new Employee(
"Helena",
"Student",
"Frequents Lander desk water fountain",
"penguin.jpg",
"A ceramic penguin"
);
}
public Employee cjobes() {
return new Employee(
"Colton",
......
images/products/StanTheStand.jpg

909 KiB

images/staff/penguin.jpg

750 KiB