comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/sq/SQOutlierFacet.java @ 7381:b7e82468299a

(issue1474) Fix deepCopy signatures and actually copy the facet index now
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 18 Oct 2013 15:44:01 +0200
parents af13ceeba52a
children 5acaf44062b5
comparison
equal deleted inserted replaced
7380:d8d0caaf60a2 7381:b7e82468299a
5 * and comes with ABSOLUTELY NO WARRANTY! Check out the 5 * and comes with ABSOLUTELY NO WARRANTY! Check out the
6 * documentation coming with Dive4Elements River for details. 6 * documentation coming with Dive4Elements River for details.
7 */ 7 */
8 8
9 package org.dive4elements.river.artifacts.model.sq; 9 package org.dive4elements.river.artifacts.model.sq;
10
11 import org.dive4elements.artifactdatabase.state.Facet;
10 12
11 import org.dive4elements.artifacts.Artifact; 13 import org.dive4elements.artifacts.Artifact;
12 import org.dive4elements.artifacts.CallContext; 14 import org.dive4elements.artifacts.CallContext;
13 15
14 import org.dive4elements.river.artifacts.D4EArtifact; 16 import org.dive4elements.river.artifacts.D4EArtifact;
93 return outliers; 95 return outliers;
94 } 96 }
95 97
96 98
97 @Override 99 @Override
98 public SQOutlierFacet deepCopy() { 100 public Facet deepCopy() {
99 SQOutlierFacet copy = new SQOutlierFacet(); 101 SQOutlierFacet copy = new SQOutlierFacet();
100 copy.set(this); 102 copy.set(this);
103 copy.type = type;
104 copy.hash = hash;
105 copy.stateId = stateId;
106 copy.fractionIdx = fractionIdx;
101 107
102 return copy; 108 return copy;
103 } 109 }
104 } 110 }
105 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 111 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org