View Javadoc
1   package fr.ifremer.tutti.persistence.entities.data;
2   
3   /*
4    * #%L
5    * Tutti :: Persistence
6    * $Id:$
7    * $HeadURL:$
8    * %%
9    * Copyright (C) 2012 - 2017 Ifremer
10   * %%
11   * This program is free software: you can redistribute it and/or modify
12   * it under the terms of the GNU General Public License as
13   * published by the Free Software Foundation, either version 3 of the
14   * License, or (at your option) any later version.
15   * 
16   * This program is distributed in the hope that it will be useful,
17   * but WITHOUT ANY WARRANTY; without even the implied warranty of
18   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19   * GNU General Public License for more details.
20   * 
21   * You should have received a copy of the GNU General Public
22   * License along with this program.  If not, see
23   * <http://www.gnu.org/licenses/gpl-3.0.html>.
24   * #L%
25   */
26  
27  import fr.ifremer.tutti.persistence.entities.TuttiEntityBean;
28  import javax.annotation.Generated;
29  
30  @Generated(value = "org.nuiton.eugene.java.SimpleJavaBeanTransformer", date = "Fri Jan 06 18:31:47 CET 2017")
31  public abstract class AbstractCatchBatchBean extends TuttiEntityBean implements CatchBatch {
32  
33      private static final long serialVersionUID = 4134694119659288420L;
34  
35      protected Float speciesTotalLivingNotItemizedWeight;
36  
37      protected Float speciesTotalInertWeight;
38  
39      protected Float speciesTotalSortedWeight;
40  
41      protected Float catchTotalWeight;
42  
43      protected Float catchTotalSortedTremisWeight;
44  
45      protected Float catchTotalSortedCarousselWeight;
46  
47      protected Float catchTotalRejectedWeight;
48  
49      protected Float marineLitterTotalWeight;
50  
51      protected Float benthosTotalLivingNotItemizedWeight;
52  
53      protected Float benthosTotalInertWeight;
54  
55      protected Float benthosTotalSortedWeight;
56  
57      protected Float catchTotalComputedWeight;
58  
59      protected Float catchTotalSortedComputedWeight;
60  
61      protected Float catchTotalUnsortedComputedWeight;
62  
63      protected Float catchTotalRejectedComputedWeight;
64  
65      protected Float speciesTotalComputedWeight;
66  
67      protected Float speciesTotalSortedComputedWeight;
68  
69      protected Float speciesTotalUnsortedComputedWeight;
70  
71      protected Float speciesTotalSampleSortedComputedWeight;
72  
73      protected Float speciesTotalInertComputedWeight;
74  
75      protected Float speciesTotalLivingNotItemizedComputedWeight;
76  
77      protected Float benthosTotalComputedWeight;
78  
79      protected Float benthosTotalSortedComputedWeight;
80  
81      protected Float benthosTotalUnsortedComputedWeight;
82  
83      protected Float benthosTotalSampleSortedComputedWeight;
84  
85      protected Float benthosTotalInertComputedWeight;
86  
87      protected Float benthosTotalLivingNotItemizedComputedWeight;
88  
89      protected Float marineLitterTotalComputedWeight;
90  
91      protected String synchronizationStatus;
92  
93      protected Float catchTotalSortedSortedComputedWeight;
94  
95      protected Integer speciesDistinctSortedSpeciesCount;
96  
97      protected Integer benthosDistinctSortedSpeciesCount;
98  
99      protected Integer speciesDistinctUnsortedSpeciesCount;
100 
101     protected Integer benthosDistinctUnsortedSpeciesCount;
102 
103     protected FishingOperation fishingOperation;
104 
105     @Override
106     public Float getSpeciesTotalLivingNotItemizedWeight() {
107         return speciesTotalLivingNotItemizedWeight;
108     }
109 
110     @Override
111     public void setSpeciesTotalLivingNotItemizedWeight(Float speciesTotalLivingNotItemizedWeight) {
112         this.speciesTotalLivingNotItemizedWeight = speciesTotalLivingNotItemizedWeight;
113     }
114 
115     @Override
116     public Float getSpeciesTotalInertWeight() {
117         return speciesTotalInertWeight;
118     }
119 
120     @Override
121     public void setSpeciesTotalInertWeight(Float speciesTotalInertWeight) {
122         this.speciesTotalInertWeight = speciesTotalInertWeight;
123     }
124 
125     @Override
126     public Float getSpeciesTotalSortedWeight() {
127         return speciesTotalSortedWeight;
128     }
129 
130     @Override
131     public void setSpeciesTotalSortedWeight(Float speciesTotalSortedWeight) {
132         this.speciesTotalSortedWeight = speciesTotalSortedWeight;
133     }
134 
135     @Override
136     public Float getCatchTotalWeight() {
137         return catchTotalWeight;
138     }
139 
140     @Override
141     public void setCatchTotalWeight(Float catchTotalWeight) {
142         this.catchTotalWeight = catchTotalWeight;
143     }
144 
145     @Override
146     public Float getCatchTotalSortedTremisWeight() {
147         return catchTotalSortedTremisWeight;
148     }
149 
150     @Override
151     public void setCatchTotalSortedTremisWeight(Float catchTotalSortedTremisWeight) {
152         this.catchTotalSortedTremisWeight = catchTotalSortedTremisWeight;
153     }
154 
155     @Override
156     public Float getCatchTotalSortedCarousselWeight() {
157         return catchTotalSortedCarousselWeight;
158     }
159 
160     @Override
161     public void setCatchTotalSortedCarousselWeight(Float catchTotalSortedCarousselWeight) {
162         this.catchTotalSortedCarousselWeight = catchTotalSortedCarousselWeight;
163     }
164 
165     @Override
166     public Float getCatchTotalRejectedWeight() {
167         return catchTotalRejectedWeight;
168     }
169 
170     @Override
171     public void setCatchTotalRejectedWeight(Float catchTotalRejectedWeight) {
172         this.catchTotalRejectedWeight = catchTotalRejectedWeight;
173     }
174 
175     @Override
176     public Float getMarineLitterTotalWeight() {
177         return marineLitterTotalWeight;
178     }
179 
180     @Override
181     public void setMarineLitterTotalWeight(Float marineLitterTotalWeight) {
182         this.marineLitterTotalWeight = marineLitterTotalWeight;
183     }
184 
185     @Override
186     public Float getBenthosTotalLivingNotItemizedWeight() {
187         return benthosTotalLivingNotItemizedWeight;
188     }
189 
190     @Override
191     public void setBenthosTotalLivingNotItemizedWeight(Float benthosTotalLivingNotItemizedWeight) {
192         this.benthosTotalLivingNotItemizedWeight = benthosTotalLivingNotItemizedWeight;
193     }
194 
195     @Override
196     public Float getBenthosTotalInertWeight() {
197         return benthosTotalInertWeight;
198     }
199 
200     @Override
201     public void setBenthosTotalInertWeight(Float benthosTotalInertWeight) {
202         this.benthosTotalInertWeight = benthosTotalInertWeight;
203     }
204 
205     @Override
206     public Float getBenthosTotalSortedWeight() {
207         return benthosTotalSortedWeight;
208     }
209 
210     @Override
211     public void setBenthosTotalSortedWeight(Float benthosTotalSortedWeight) {
212         this.benthosTotalSortedWeight = benthosTotalSortedWeight;
213     }
214 
215     @Override
216     public Float getCatchTotalComputedWeight() {
217         return catchTotalComputedWeight;
218     }
219 
220     @Override
221     public void setCatchTotalComputedWeight(Float catchTotalComputedWeight) {
222         this.catchTotalComputedWeight = catchTotalComputedWeight;
223     }
224 
225     @Override
226     public Float getCatchTotalSortedComputedWeight() {
227         return catchTotalSortedComputedWeight;
228     }
229 
230     @Override
231     public void setCatchTotalSortedComputedWeight(Float catchTotalSortedComputedWeight) {
232         this.catchTotalSortedComputedWeight = catchTotalSortedComputedWeight;
233     }
234 
235     @Override
236     public Float getCatchTotalUnsortedComputedWeight() {
237         return catchTotalUnsortedComputedWeight;
238     }
239 
240     @Override
241     public void setCatchTotalUnsortedComputedWeight(Float catchTotalUnsortedComputedWeight) {
242         this.catchTotalUnsortedComputedWeight = catchTotalUnsortedComputedWeight;
243     }
244 
245     @Override
246     public Float getCatchTotalRejectedComputedWeight() {
247         return catchTotalRejectedComputedWeight;
248     }
249 
250     @Override
251     public void setCatchTotalRejectedComputedWeight(Float catchTotalRejectedComputedWeight) {
252         this.catchTotalRejectedComputedWeight = catchTotalRejectedComputedWeight;
253     }
254 
255     @Override
256     public Float getSpeciesTotalComputedWeight() {
257         return speciesTotalComputedWeight;
258     }
259 
260     @Override
261     public void setSpeciesTotalComputedWeight(Float speciesTotalComputedWeight) {
262         this.speciesTotalComputedWeight = speciesTotalComputedWeight;
263     }
264 
265     @Override
266     public Float getSpeciesTotalSortedComputedWeight() {
267         return speciesTotalSortedComputedWeight;
268     }
269 
270     @Override
271     public void setSpeciesTotalSortedComputedWeight(Float speciesTotalSortedComputedWeight) {
272         this.speciesTotalSortedComputedWeight = speciesTotalSortedComputedWeight;
273     }
274 
275     @Override
276     public Float getSpeciesTotalUnsortedComputedWeight() {
277         return speciesTotalUnsortedComputedWeight;
278     }
279 
280     @Override
281     public void setSpeciesTotalUnsortedComputedWeight(Float speciesTotalUnsortedComputedWeight) {
282         this.speciesTotalUnsortedComputedWeight = speciesTotalUnsortedComputedWeight;
283     }
284 
285     @Override
286     public Float getSpeciesTotalSampleSortedComputedWeight() {
287         return speciesTotalSampleSortedComputedWeight;
288     }
289 
290     @Override
291     public void setSpeciesTotalSampleSortedComputedWeight(Float speciesTotalSampleSortedComputedWeight) {
292         this.speciesTotalSampleSortedComputedWeight = speciesTotalSampleSortedComputedWeight;
293     }
294 
295     @Override
296     public Float getSpeciesTotalInertComputedWeight() {
297         return speciesTotalInertComputedWeight;
298     }
299 
300     @Override
301     public void setSpeciesTotalInertComputedWeight(Float speciesTotalInertComputedWeight) {
302         this.speciesTotalInertComputedWeight = speciesTotalInertComputedWeight;
303     }
304 
305     @Override
306     public Float getSpeciesTotalLivingNotItemizedComputedWeight() {
307         return speciesTotalLivingNotItemizedComputedWeight;
308     }
309 
310     @Override
311     public void setSpeciesTotalLivingNotItemizedComputedWeight(Float speciesTotalLivingNotItemizedComputedWeight) {
312         this.speciesTotalLivingNotItemizedComputedWeight = speciesTotalLivingNotItemizedComputedWeight;
313     }
314 
315     @Override
316     public Float getBenthosTotalComputedWeight() {
317         return benthosTotalComputedWeight;
318     }
319 
320     @Override
321     public void setBenthosTotalComputedWeight(Float benthosTotalComputedWeight) {
322         this.benthosTotalComputedWeight = benthosTotalComputedWeight;
323     }
324 
325     @Override
326     public Float getBenthosTotalSortedComputedWeight() {
327         return benthosTotalSortedComputedWeight;
328     }
329 
330     @Override
331     public void setBenthosTotalSortedComputedWeight(Float benthosTotalSortedComputedWeight) {
332         this.benthosTotalSortedComputedWeight = benthosTotalSortedComputedWeight;
333     }
334 
335     @Override
336     public Float getBenthosTotalUnsortedComputedWeight() {
337         return benthosTotalUnsortedComputedWeight;
338     }
339 
340     @Override
341     public void setBenthosTotalUnsortedComputedWeight(Float benthosTotalUnsortedComputedWeight) {
342         this.benthosTotalUnsortedComputedWeight = benthosTotalUnsortedComputedWeight;
343     }
344 
345     @Override
346     public Float getBenthosTotalSampleSortedComputedWeight() {
347         return benthosTotalSampleSortedComputedWeight;
348     }
349 
350     @Override
351     public void setBenthosTotalSampleSortedComputedWeight(Float benthosTotalSampleSortedComputedWeight) {
352         this.benthosTotalSampleSortedComputedWeight = benthosTotalSampleSortedComputedWeight;
353     }
354 
355     @Override
356     public Float getBenthosTotalInertComputedWeight() {
357         return benthosTotalInertComputedWeight;
358     }
359 
360     @Override
361     public void setBenthosTotalInertComputedWeight(Float benthosTotalInertComputedWeight) {
362         this.benthosTotalInertComputedWeight = benthosTotalInertComputedWeight;
363     }
364 
365     @Override
366     public Float getBenthosTotalLivingNotItemizedComputedWeight() {
367         return benthosTotalLivingNotItemizedComputedWeight;
368     }
369 
370     @Override
371     public void setBenthosTotalLivingNotItemizedComputedWeight(Float benthosTotalLivingNotItemizedComputedWeight) {
372         this.benthosTotalLivingNotItemizedComputedWeight = benthosTotalLivingNotItemizedComputedWeight;
373     }
374 
375     @Override
376     public Float getMarineLitterTotalComputedWeight() {
377         return marineLitterTotalComputedWeight;
378     }
379 
380     @Override
381     public void setMarineLitterTotalComputedWeight(Float marineLitterTotalComputedWeight) {
382         this.marineLitterTotalComputedWeight = marineLitterTotalComputedWeight;
383     }
384 
385     @Override
386     public String getSynchronizationStatus() {
387         return synchronizationStatus;
388     }
389 
390     @Override
391     public void setSynchronizationStatus(String synchronizationStatus) {
392         this.synchronizationStatus = synchronizationStatus;
393     }
394 
395     @Override
396     public Float getCatchTotalSortedSortedComputedWeight() {
397         return catchTotalSortedSortedComputedWeight;
398     }
399 
400     @Override
401     public void setCatchTotalSortedSortedComputedWeight(Float catchTotalSortedSortedComputedWeight) {
402         this.catchTotalSortedSortedComputedWeight = catchTotalSortedSortedComputedWeight;
403     }
404 
405     @Override
406     public Integer getSpeciesDistinctSortedSpeciesCount() {
407         return speciesDistinctSortedSpeciesCount;
408     }
409 
410     @Override
411     public void setSpeciesDistinctSortedSpeciesCount(Integer speciesDistinctSortedSpeciesCount) {
412         this.speciesDistinctSortedSpeciesCount = speciesDistinctSortedSpeciesCount;
413     }
414 
415     @Override
416     public Integer getBenthosDistinctSortedSpeciesCount() {
417         return benthosDistinctSortedSpeciesCount;
418     }
419 
420     @Override
421     public void setBenthosDistinctSortedSpeciesCount(Integer benthosDistinctSortedSpeciesCount) {
422         this.benthosDistinctSortedSpeciesCount = benthosDistinctSortedSpeciesCount;
423     }
424 
425     @Override
426     public Integer getSpeciesDistinctUnsortedSpeciesCount() {
427         return speciesDistinctUnsortedSpeciesCount;
428     }
429 
430     @Override
431     public void setSpeciesDistinctUnsortedSpeciesCount(Integer speciesDistinctUnsortedSpeciesCount) {
432         this.speciesDistinctUnsortedSpeciesCount = speciesDistinctUnsortedSpeciesCount;
433     }
434 
435     @Override
436     public Integer getBenthosDistinctUnsortedSpeciesCount() {
437         return benthosDistinctUnsortedSpeciesCount;
438     }
439 
440     @Override
441     public void setBenthosDistinctUnsortedSpeciesCount(Integer benthosDistinctUnsortedSpeciesCount) {
442         this.benthosDistinctUnsortedSpeciesCount = benthosDistinctUnsortedSpeciesCount;
443     }
444 
445     @Override
446     public FishingOperation getFishingOperation() {
447         return fishingOperation;
448     }
449 
450     @Override
451     public void setFishingOperation(FishingOperation fishingOperation) {
452         this.fishingOperation = fishingOperation;
453     }
454 
455 } //AbstractCatchBatchBean