- package com.shkpr.service.alambizplugin.dto;
- import lombok.Getter;
- import lombok.Setter;
- @Getter
- @Setter
- public class GeoWSDataStore {
- private String name = "";
- private String type = "";
- private String description = "";
- private GeoWSConnParam connectionParameters = null;
- public GeoWSDataStore() {
- }
- }
|