2
13693261870
2022-09-16 653761a31dfeb50dd3d007e892d69c90bf0cdafc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
package com.landtool.lanbase.modules.res.entity.UserDefined;
 
import java.sql.Timestamp;
 
public class UserDef_ZYML_ChaXunQu {
 
    private String title;
 
    private String resourceclass;
 
    private Long createuserid;
 
    private String catlogcode;
 
    private String datasources;
 
    private String pubdateBegin;
 
    private String pubdatefinish;
 
    private String ExistPermission;
 
    private Integer resourcestatus;
 
    private String filetype;
 
    private String sourcetype;
 
    private java.sql.Timestamp createdate;
 
    private String sort;
 
    private String dir;
 
    private String integratetype;
 
    private String publishsoft;
 
    private String basemaptype;
 
    private String showmodel;
 
    private String rendermode;
 
    private String servertype;
 
    private String type;
 
    private String tmpublishsoft;
 
    private String ywpublishsoft;
 
    private String imageaccuracy;
 
    private String databasealias;
 
    private Integer espproxy;
 
    private Integer catlogid;
 
    private String sharprotocol;
 
    private String catalogName;//��ԴĿ¼����
 
    private String isDiTuFuwu; //是否查询地图服务的资源
 
    private String spcStatus;
    public String getTitle() {
        return title;
    }
 
    public void setTitle(String title) {
        this.title = title;
    }
 
    public String getResourceclass() {
        return resourceclass;
    }
 
    public void setResourceclass(String resourceclass) {
        this.resourceclass = resourceclass;
    }
 
    public Long getCreateuserid() {
        return createuserid;
    }
 
    public void setCreateuserid(Long createuserid) {
        this.createuserid = createuserid;
    }
 
    public String getCatlogcode() {
        return catlogcode;
    }
 
    public void setCatlogcode(String catlogcode) {
        this.catlogcode = catlogcode;
    }
 
    public String getDatasources() {
        return datasources;
    }
 
    public void setDatasources(String datasources) {
        this.datasources = datasources;
    }
 
    public String getPubdateBegin() {
        return pubdateBegin;
    }
 
    public void setPubdateBegin(String pubdateBegin) {
        this.pubdateBegin = pubdateBegin;
    }
 
    public String getPubdatefinish() {
        return pubdatefinish;
    }
 
    public void setPubdatefinish(String pubdatefinish) {
        this.pubdatefinish = pubdatefinish;
    }
 
    public String getExistPermission() {
        return ExistPermission;
    }
 
    public void setExistPermission(String existPermission) {
        ExistPermission = existPermission;
    }
 
    public Integer getResourcestatus() {
        return resourcestatus;
    }
 
    public void setResourcestatus(Integer resourcestatus) {
        this.resourcestatus = resourcestatus;
    }
 
    public String getFiletype() {
        return filetype;
    }
 
    public void setFiletype(String filetype) {
        this.filetype = filetype;
    }
 
    public String getSourcetype() {
        return sourcetype;
    }
 
    public void setSourcetype(String sourcetype) {
        this.sourcetype = sourcetype;
    }
 
    public Timestamp getCreatedate() {
        return createdate;
    }
 
    public void setCreatedate(Timestamp createdate) {
        this.createdate = createdate;
    }
 
    public String getSort() {
        return sort;
    }
 
    public void setSort(String sort) {
        this.sort = sort;
    }
 
    public String getDir() {
        return dir;
    }
 
    public void setDir(String dir) {
        this.dir = dir;
    }
 
    public String getIntegratetype() {
        return integratetype;
    }
 
    public void setIntegratetype(String integratetype) {
        this.integratetype = integratetype;
    }
 
    public String getPublishsoft() {
        return publishsoft;
    }
 
    public void setPublishsoft(String publishsoft) {
        this.publishsoft = publishsoft;
    }
 
    public String getBasemaptype() {
        return basemaptype;
    }
 
    public void setBasemaptype(String basemaptype) {
        this.basemaptype = basemaptype;
    }
 
    public String getShowmodel() {
        return showmodel;
    }
 
    public void setShowmodel(String showmodel) {
        this.showmodel = showmodel;
    }
 
    public String getRendermode() {
        return rendermode;
    }
 
    public void setRendermode(String rendermode) {
        this.rendermode = rendermode;
    }
 
    public String getServertype() {
        return servertype;
    }
 
    public void setServertype(String servertype) {
        this.servertype = servertype;
    }
 
    public String getType() {
        return type;
    }
 
    public void setType(String type) {
        this.type = type;
    }
 
    public String getTmpublishsoft() {
        return tmpublishsoft;
    }
 
    public void setTmpublishsoft(String tmpublishsoft) {
        this.tmpublishsoft = tmpublishsoft;
    }
 
    public String getYwpublishsoft() {
        return ywpublishsoft;
    }
 
    public void setYwpublishsoft(String ywpublishsoft) {
        this.ywpublishsoft = ywpublishsoft;
    }
 
    public String getImageaccuracy() {
        return imageaccuracy;
    }
 
    public void setImageaccuracy(String imageaccuracy) {
        this.imageaccuracy = imageaccuracy;
    }
 
    public Integer getEspproxy() {
        return espproxy;
    }
 
    public void setEspproxy(Integer espproxy) {
        this.espproxy = espproxy;
    }
 
    public String getDatabasealias() {
        return databasealias;
    }
 
    public void setDatabasealias(String databasealias) {
        this.databasealias = databasealias;
    }
 
    public Integer getCatlogid() {
        return catlogid;
    }
 
    public void setCatlogid(Integer catlogid) {
        this.catlogid = catlogid;
    }
 
    public String getSharprotocol() {
        return sharprotocol;
    }
 
    public void setSharprotocol(String sharprotocol) {
        this.sharprotocol = sharprotocol;
    }
 
    public String getCatalogName() {
        return catalogName;
    }
 
    public void setCatalogName(String catalogName) {
        this.catalogName = catalogName;
    }
 
    private String faburen;
 
    public String getFaburen() {
        return faburen;
    }
 
    public void setFaburen(String faburen) {
        this.faburen = faburen;
    }
 
    public String getIsDiTuFuwu() {
        return isDiTuFuwu;
    }
 
    public void setIsDiTuFuwu(String isDiTuFuwu) {
        this.isDiTuFuwu = isDiTuFuwu;
    }
 
    private String isDiTuwu;
 
    public String getIsDiTuwu() {
        return isDiTuwu;
    }
 
    public void setIsDiTuwu(String isDiTuwu) {
        this.isDiTuwu = isDiTuwu;
    }
 
    public String getSpcStatus() {
        return spcStatus;
    }
 
    public void setSpcStatus(String spcStatus) {
        this.spcStatus = spcStatus;
    }
}