Revision 12750 branches/CatalogYNomenclator_v1_1_0_1005/applications/appCatalogYNomenclatorClient/src/es/gva/cit/catalogClient/drivers/CatalogCapabilities.java

View differences:

CatalogCapabilities.java
46 46
 *
47 47
 * $Id$
48 48
 * $Log$
49
 * Revision 1.1.2.2  2007-07-13 12:00:35  jorpiell
49
 * Revision 1.1.2.3  2007-07-23 12:52:47  jorpiell
50
 * Refactoring of the capabilities message
51
 *
52
 * Revision 1.1.2.2  2007/07/13 12:00:35  jorpiell
50 53
 * Add the posibility to add a new panel
51 54
 *
52 55
 * Revision 1.1.2.1  2007/07/10 11:18:04  jorpiell
......
57 60
/**
58 61
 * @author Jorge Piera LLodr? (jorge.piera@iver.es)
59 62
 */
60
public class CatalogCapabilities {
61
	private String version = null;
62
	private Properties properties = null;
63
public class CatalogCapabilities extends DiscoveryServiceCapabilities{
63 64
	
64
	/**
65
	 * @return the version
66
	 */
67
	public String getVersion() {
68
		return version;
69
	}
70 65
	
71
	/**
72
	 * @param version the version to set
73
	 */
74
	public void setVersion(String version) {
75
		this.version = version;
76
	}
77
	
78
	/**
79
	 * @return the properties
80
	 */
81
	public Properties getProperties() {
82
		return properties;
83
	}
84
	
85
	/**
86
	 * @param properties the properties to set
87
	 */
88
	public void setProperties(Properties properties) {
89
		this.properties = properties;
90
	}
91
		
92 66
}

Also available in: Unified diff