Revision 4606 trunk/libraries/libRemoteServices/src/org/gvsig/remoteClient/wcs/WCSStatus.java

View differences:

WCSStatus.java
41 41
/*
42 42
 * $Id$ 
43 43
 * $Log$
44
 * Revision 1.4  2006-03-24 11:08:13  jaume
44
 * Revision 1.5  2006-03-27 15:20:15  jaume
45 45
 * *** empty log message ***
46 46
 *
47 47
 * Revision 1.3  2006/03/21 11:30:26  jaume
......
66 66

  
67 67
public class WCSStatus extends RemoteClientStatus {
68 68
	private String		layerName		= null;
69
	private String		parameter		= null;
70 69
	private String		resolution		= null;
71 70
	private Rectangle2D	bBox			= null;
72 71
	private String		coverageName	= null;
......
86 85

  
87 86

  
88 87
	public void setParameters(String parameters) {
89
		this.parameter = parameters;
88
		this.parameters = parameters;
90 89
	}
91 90

  
92 91

  
......
120 119
	public String getParameters() {
121 120
		return parameters;
122 121
	}
123
	
122

  
124 123
	public void setTime(String times) {
125 124
		this.times = times;
126 125
	}

Also available in: Unified diff