Revision 24250 branches/v2_0_0_prep/libraries/libFMap_data/src/org/gvsig/fmap/data/feature/joinstore/JoinFeatureStoreParameters.java

View differences:

JoinFeatureStoreParameters.java
83 83

  
84 84

  
85 85
	public String[] getFieldsStorePrimary() {
86
		return (String[]) this.get("fieldsStorePrimary");
86
		return (String[]) this.getAttribute("fieldsStorePrimary");
87 87
	}
88 88

  
89 89
	public void setFieldsStorePrimary(String[] fieldsStorePrimary) {
......
91 91
	}
92 92

  
93 93
	public String[] getFieldsStoreSecondary() {
94
		return (String[]) this.get("fieldsStoreSecondary");
94
		return (String[]) this.getAttribute("fieldsStoreSecondary");
95 95
	}
96 96

  
97 97
	public void setFieldsStoreSecondary(String[] fieldsStoreSecondary) {
......
128 128
	}
129 129

  
130 130
	public String getDefaultGeometry() {
131
		return (String) this.get("defaultGeometry");
131
		return (String) this.getAttribute("defaultGeometry");
132 132
	}
133 133

  
134 134
	public void setDefaultGeometry(String defaultGeometry) {
......
136 136
	}
137 137

  
138 138
	public String getLinkFieldPrimary() {
139
		return (String) this.get("linkFieldPrimary");
139
		return (String) this.getAttribute("linkFieldPrimary");
140 140
	}
141 141

  
142 142
	public void setLinkFieldPrimary(String linkFieldPrimary) {
......
144 144
	}
145 145

  
146 146
	public String getLinkFieldSecondary() {
147
		return (String) this.get("linkFieldSecondary");
147
		return (String) this.getAttribute("linkFieldSecondary");
148 148
	}
149 149

  
150 150
	public void setLinkFieldSecondary(String linkFieldSecondary) {
......
152 152
	}
153 153

  
154 154
	public DataStoreParameters getStorePrimary() {
155
		return (DataStoreParameters) this.get("storePrimary");
155
		return (DataStoreParameters) this.getAttribute("storePrimary");
156 156
	}
157 157

  
158 158
	public void setStorePrimary(DataStoreParameters storePrimary) {
......
160 160
	}
161 161

  
162 162
	public DataStoreParameters getStoreSecondary() {
163
		return (DataStoreParameters) this.get("storeSecondary");
163
		return (DataStoreParameters) this.getAttribute("storeSecondary");
164 164
	}
165 165

  
166 166
	public void setStoreSecondary(DataStoreParameters storeSecondary) {
......
168 168
	}
169 169

  
170 170
	public String getFieldNamePrefix() {
171
		return (String) this.get("fieldNamePrefix");
171
		return (String) this.getAttribute("fieldNamePrefix");
172 172
	}
173 173

  
174 174
	public void setFieldNamePrefix(String fieldNamePrefix) {

Also available in: Unified diff