Skip to content
Snippets Groups Projects
Commit 924ac752 authored by Charles Li's avatar Charles Li
Browse files

adding czli2106

parent 063e90bd
No related branches found
No related tags found
1 merge request!224adding czli2106 to staff
Pipeline #577406 passed with stage
in 3 seconds
This commit is part of merge request !224. Comments created here will be created in the context of that merge request.
...@@ -967,6 +967,14 @@ public class Products { /* a good class, but not as good as cse391 */ ...@@ -967,6 +967,14 @@ public class Products { /* a good class, but not as good as cse391 */
"Pear Phone in the color Piano Black.", "Pear Phone in the color Piano Black.",
150.00); 150.00);
} }
public Product czli2106Product() {
return new Product(
"Premium Oranges",
"Sweet and juicy clementines",
"oranges.jpg",
"Yummy clementines",
6.00);
}
public Product yjc06Product() { public Product yjc06Product() {
return new Product( return new Product(
......
...@@ -891,6 +891,14 @@ public class Staff { ...@@ -891,6 +891,14 @@ public class Staff {
"Hello Kitty" "Hello Kitty"
); );
} }
public Employee czli2106() {
return new Employee(
"Charles Li",
"Student",
"Hi",
"spotify.jpg",
"music");
}
public Employee tonywu() { public Employee tonywu() {
return new Employee( return new Employee(
"Tony", "Tony",
......
images/products/oranges.jpg

134 KiB

images/staff/spotify.jpg

32.9 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