Skip to content
Snippets Groups Projects
Verified Commit c8d8bea5 authored by Théo Pirkl's avatar Théo Pirkl :nail_care:
Browse files

Adds getter

parent 884453fe
No related branches found
No related tags found
2 merge requests!21*poof* final version,!20Adds getter
...@@ -50,6 +50,14 @@ public class Location { ...@@ -50,6 +50,14 @@ public class Location {
return where; return where;
} }
/**
* Get the name of the location
* @return what
*/
public String getName(){
return name;
}
/** /**
* Builder of Location objects * Builder of Location objects
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment