Revision 13062

View differences:

branches/v10/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/DBLayerDefinition.java
279 279
		return connectionname;
280 280
	}
281 281
	public void setSchema(String schema) {
282
		this.schema = schema; 	
282
		this.schema = schema;
283 283
	}
284 284
	public String getSchema() {
285 285
		return schema;
......
295 295
		compoundTable = compoundTable+ getTableName();
296 296
		return compoundTable;
297 297
	}
298
	public void setIdFieldID(int idFieldID) {
299
		this.idFieldID = idFieldID;
300
	}
298 301
}

Also available in: Unified diff