to String Oder Class in Kommantar
This commit is contained in:
parent
3c51ebbc21
commit
95069e7d8d
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_16" project-jdk-name="17" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/out" />
|
||||
</component>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -18,4 +18,14 @@ public class Order {
|
||||
this.mealtyp = mealtyp;
|
||||
this.deserttyp = deserttyp;
|
||||
}
|
||||
|
||||
// @Override
|
||||
// public String toString() {
|
||||
// return "Order{" +
|
||||
// "date='" + date + '\'' +
|
||||
// ", user='" + user + '\'' +
|
||||
// ", mealtyp='" + mealtyp + '\'' +
|
||||
// ", deserttyp='" + deserttyp + '\'' +
|
||||
// '}';
|
||||
// }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user