getCity String in Person class
This commit is contained in:
parent
02a82cc89d
commit
28dbdbf406
@ -55,4 +55,8 @@ public class Person {
|
|||||||
return this.edu.getLevel() == Level.PHD;
|
return this.edu.getLevel() == Level.PHD;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getCity(){
|
||||||
|
return location.getCity();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user