Revision 850 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLyrDefault.java

View differences:

FLyrDefault.java
18 18
 * visibilidad, activaci?n, nombre, ...
19 19
 */
20 20
public abstract class FLyrDefault implements FLayer {
21
	PropertyChangeSupport lnkPropertyChangeSupport;
21
	private PropertyChangeSupport lnkPropertyChangeSupport;
22 22

  
23 23
	/** Path de la capa en el arbol de capas */
24 24
	private FLayers parentLayer = null;
......
193 193
	 */
194 194
	public XMLEntity getXMLEntity() {
195 195
		XMLEntity xml = new XMLEntity();
196
		xml.putProperty("nameClass", this.getClass().getName());
196
		xml.putProperty("className", this.getClass().getName());
197 197

  
198 198
		if (this instanceof FLayers) {
199 199
		}

Also available in: Unified diff