X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FCountry.java;h=2bb786a2c33d92fb2d64eb9fe6302bc1472062f4;hb=822afd4fe0aa1669db1e3be57b277f8aff977254;hp=8b711084bb81e145f7ac8317a83cafdbd0c9b950;hpb=f56708fa0a19755ac5ec0313d9ee9c45a9aef0ce;p=Persons_Comparator.git diff --git a/src/Country.java b/src/Country.java index 8b71108..2bb786a 100644 --- a/src/Country.java +++ b/src/Country.java @@ -16,6 +16,10 @@ public class Country { this.name = name; } + public String getName() { + return name; + } + public void setRegion(String region) { this.region = region; }