comparison backend/src/main/java/org/dive4elements/river/model/SedimentLoad.java @ 8028:aa054f72e887

Added importer models for sediment load and sediment load values.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 10 Jul 2014 16:57:32 +0200
parents 4b3054edbbaf
children bde5f5ec7c72
comparison
equal deleted inserted replaced
8027:1e327d86c898 8028:aa054f72e887
39 private Integer kind; 39 private Integer kind;
40 40
41 private List<SedimentLoadValue> values; 41 private List<SedimentLoadValue> values;
42 42
43 public SedimentLoad() { 43 public SedimentLoad() {
44 }
45
46 public SedimentLoad(
47 GrainFraction grainFraction,
48 TimeInterval timeInterval,
49 TimeInterval sqTimeInterval,
50 String description,
51 Integer kind
52 ) {
53 this.grainFraction = grainFraction;
54 this.timeInterval = timeInterval;
55 this.sqTimeInterval = sqTimeInterval;
56 this.description = description;
57 this.kind = kind;
44 } 58 }
45 59
46 @Id 60 @Id
47 @SequenceGenerator( 61 @SequenceGenerator(
48 name = "SEQUENCE_SEDIMENT_LOAD_ID_SEQ", 62 name = "SEQUENCE_SEDIMENT_LOAD_ID_SEQ",

http://dive4elements.wald.intevation.org