comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportWstColumnValue.java @ 196:a33c065b95eb

Added importer helper model stubs for WST imports. flys-backend/trunk@1535 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 22 Mar 2011 11:01:51 +0000
parents
children 29a408f80a89
comparison
equal deleted inserted replaced
195:8d3533a03e10 196:a33c065b95eb
1 package de.intevation.flys.importer;
2
3 import de.intevation.flys.model.WstColumnValue;
4
5 public class ImportWstColumnValue
6 {
7 protected WstColumnValue peer;
8
9 public ImportWstColumnValue() {
10 }
11
12 public WstColumnValue getPeer() {
13 if (peer == null) {
14 // TODO: Implement me!
15 }
16 return peer;
17 }
18 }
19 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org