Skip to content
Snippets Groups Projects
Commit d9520d10 authored by Hitesh Mantha's avatar Hitesh Mantha
Browse files

added hitesh employee and product

parent 77c8e7c5
No related branches found
No related tags found
3 merge requests!111Main,!107Hmantha staff page,!13added hitesh employee and product
Pipeline #576053 failed with stage
in 2 seconds
......@@ -59,4 +59,14 @@ public class Products { /* a good class, but not as good as cse391 */
10000
);
}
public Product hmanthaProduct() {
return new Product(
"Murakami Rug",
"Rainbow flower rug",
"murakami.jpeg",
"Rainbow flower rug",
699.99
);
}
}
......@@ -69,4 +69,14 @@ public class Staff {
"panda icon"
);
}
}
public Employee hmantha(){
return new Employee(
"Hitesh",
"Student",
"Students",
"h.jpg",
"my desktop wallpaper"
);
}
}
images/h.jpg

1.23 MiB

images/murakami.jpeg

8.94 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