@@ -39,6 +39,14 @@ public class GeoRegionEntity extends GenericTreeSortSupportEntity<String> {
public String getTitle(){
return this.name;
}
+
+ public String getKey(){
+ return this.name;
+ }
+ public String getValue(){
+ return this.getId();
@Override
public List<GeoRegionEntity> getChildren() {
return children;