Revision 24250 branches/v2_0_0_prep/libraries/libFMap_dataFile/src/org/gvsig/fmap/data/explorer/filesystem/FilesystemExplorerParameters.java

View differences:

FilesystemExplorerParameters.java
18 18
	}
19 19

  
20 20
	public void setPath(String path) {
21
		this.set("path", path);
21
		this.setAttribute("path", path);
22 22
	}
23 23

  
24 24
	public String getPath() {
25
		return (String) this.get("path");
25
		return (String) this.getAttribute("path");
26 26
	}
27 27

  
28 28
}

Also available in: Unified diff