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