Changeset 21191 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
- Timestamp:
- 2010-05-09T02:00:54+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
r20765 r21191 69 69 70 70 private String location = ""; 71 72 private String departement = ""; 71 73 72 74 private String codeCommune = ""; … … 377 379 this.location = location; 378 380 setName(rebuildName()); 381 } 382 383 public String getDepartement() { 384 return departement; 385 } 386 387 public void setDepartement(String departement) { 388 this.departement = departement; 379 389 } 380 390
Note:
See TracChangeset
for help on using the changeset viewer.
