Revision 8966 trunk/extensions/extPublish/src/org/gvsig/remoteservices/conf/geoserver/Info.java

View differences:

Info.java
49 49
 *
50 50
 * $Id$
51 51
 * $Log$
52
 * Revision 1.4  2006-11-22 12:48:21  jorpiell
52
 * Revision 1.5  2006-11-22 14:38:08  dagilgon
53
 * gets y sets de geoserver
54
 *
55
 * Revision 1.4  2006/11/22 12:48:21  jorpiell
53 56
 * Subidos algunos cambios para ver las capas en forma de ?rbol
54 57
 *
55 58
 * Revision 1.3  2006/10/11 07:26:41  dagilgon
......
247 250
		return wmspath;
248 251
	}
249 252

  
253
	public void setDatastore(String datastore) {
254
		this.datastore = datastore;
255
	}
256

  
257
	public void setDynamic(String dynamic) {
258
		this.dynamic = dynamic;
259
	}
260

  
261
	public void setEnable(String enable) {
262
		this.enable = enable;
263
	}
264

  
265
	public void setMaxage(String maxage) {
266
		this.maxage = maxage;
267
	}
268

  
269
	public void setMaxx(double maxx) {
270
		this.maxx = maxx;
271
	}
272

  
273
	public void setMaxy(double maxy) {
274
		this.maxy = maxy;
275
	}
276

  
277
	public void setMinx(double minx) {
278
		this.minx = minx;
279
	}
280

  
281
	public void setMiny(double miny) {
282
		this.miny = miny;
283
	}
284

  
285
	public void setName(String name) {
286
		this.name = name;
287
	}
288

  
289
	public void setNumdecimals(String numdecimals) {
290
		this.numdecimals = numdecimals;
291
	}
292

  
293
	public void setSrs(String srs) {
294
		this.srs = srs;
295
	}
296

  
297
	public void setStyles(String styles) {
298
		this.styles = styles;
299
	}
300

  
301
	public void setWmspath(String wmspath) {
302
		this.wmspath = wmspath;
303
	}
304

  
250 305
}

Also available in: Unified diff