Commit 56dbabd8 authored by 9731087's avatar 9731087

probably the last commit

parent 70ce7380
......@@ -23,6 +23,18 @@ public class Passenger {
this.ID = ID;
}
public String getName() {
return name;
}
public String getLastName() {
return lastName;
}
public int getID() {
return ID;
}
/**
* reserves a ticket for this passenger
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment