FIX::edited correct names in fxml files

changed the controller names to use the greenify packages

ADD::added button to add a vegetarian meal

only the button
This commit is contained in:
Sem van der Hoeven
2019-03-14 19:23:30 +01:00
parent 0be9322f66
commit e9bee87a38
6 changed files with 28 additions and 13 deletions

View File

@@ -1,5 +1,9 @@
package greenify.common;
// DTO stands for Data Transfer Object.
// is an object that carries data between processes.
// The motivation for its use is that communication between processes is usually done
// resorting to remote interfaces (e.g., web services), where each call is an expensive operation.
public class UserDTO {
private Long id;
private String name;