Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 227:7f7f6d2c4b2c
We can now distinuish between different artifact types based on its name in the DESCRIBE. The ArtifactCreator returns concrete instances of Artifacts now.
flys-client/trunk@1673 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 12 Apr 2011 13:46:33 +0000 |
parents | a13382876e5d |
children | bbe32496dc84 |
comparison
equal
deleted
inserted
replaced
226:a13382876e5d | 227:7f7f6d2c4b2c |
---|---|
1 2011-04-12 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/shared/model/Artifact.java, | |
4 src/main/java/de/intevation/flys/client/shared/model/DefaultArtifact.java: | |
5 An artifact knows its name now. It is retrievable via getName(). | |
6 | |
7 * src/main/java/de/intevation/flys/client/shared/model/WINFOArtifact.java: | |
8 New. A concrete class that represents an Artifact using the WINFO | |
9 parameterization. | |
10 | |
11 * src/main/java/de/intevation/flys/client/server/FLYSArtifactCreator.java: | |
12 The ArtifactCreator builds up new Artifacts based on the name in the | |
13 DESCRIBE document. If no name is included, a DefaultArtifact is created. | |
14 | |
1 2011-04-12 Ingo Weinzierl <ingo@intevation.de> | 15 2011-04-12 Ingo Weinzierl <ingo@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/flys/client/shared/model/CollectionRecord.java: | 17 * src/main/java/de/intevation/flys/client/shared/model/CollectionRecord.java: |
4 This record class uses the default mechanism to store/load values - | 18 This record class uses the default mechanism to store/load values - |
5 it uses the setAttribute() and getAttribute() methods now. | 19 it uses the setAttribute() and getAttribute() methods now. |