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.TuttiEntity;
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 interface CatchBatch extends SynchronizableEntity, TuttiEntity {
32  
33      String PROPERTY_SPECIES_TOTAL_LIVING_NOT_ITEMIZED_WEIGHT = "speciesTotalLivingNotItemizedWeight";
34  
35      String PROPERTY_SPECIES_TOTAL_INERT_WEIGHT = "speciesTotalInertWeight";
36  
37      String PROPERTY_SPECIES_TOTAL_SORTED_WEIGHT = "speciesTotalSortedWeight";
38  
39      String PROPERTY_CATCH_TOTAL_WEIGHT = "catchTotalWeight";
40  
41      String PROPERTY_CATCH_TOTAL_SORTED_TREMIS_WEIGHT = "catchTotalSortedTremisWeight";
42  
43      String PROPERTY_CATCH_TOTAL_SORTED_CAROUSSEL_WEIGHT = "catchTotalSortedCarousselWeight";
44  
45      String PROPERTY_CATCH_TOTAL_REJECTED_WEIGHT = "catchTotalRejectedWeight";
46  
47      String PROPERTY_MARINE_LITTER_TOTAL_WEIGHT = "marineLitterTotalWeight";
48  
49      String PROPERTY_BENTHOS_TOTAL_LIVING_NOT_ITEMIZED_WEIGHT = "benthosTotalLivingNotItemizedWeight";
50  
51      String PROPERTY_BENTHOS_TOTAL_INERT_WEIGHT = "benthosTotalInertWeight";
52  
53      String PROPERTY_BENTHOS_TOTAL_SORTED_WEIGHT = "benthosTotalSortedWeight";
54  
55      String PROPERTY_CATCH_TOTAL_COMPUTED_WEIGHT = "catchTotalComputedWeight";
56  
57      String PROPERTY_CATCH_TOTAL_SORTED_COMPUTED_WEIGHT = "catchTotalSortedComputedWeight";
58  
59      String PROPERTY_CATCH_TOTAL_UNSORTED_COMPUTED_WEIGHT = "catchTotalUnsortedComputedWeight";
60  
61      String PROPERTY_CATCH_TOTAL_REJECTED_COMPUTED_WEIGHT = "catchTotalRejectedComputedWeight";
62  
63      String PROPERTY_SPECIES_TOTAL_COMPUTED_WEIGHT = "speciesTotalComputedWeight";
64  
65      String PROPERTY_SPECIES_TOTAL_SORTED_COMPUTED_WEIGHT = "speciesTotalSortedComputedWeight";
66  
67      String PROPERTY_SPECIES_TOTAL_UNSORTED_COMPUTED_WEIGHT = "speciesTotalUnsortedComputedWeight";
68  
69      String PROPERTY_SPECIES_TOTAL_SAMPLE_SORTED_COMPUTED_WEIGHT = "speciesTotalSampleSortedComputedWeight";
70  
71      String PROPERTY_SPECIES_TOTAL_INERT_COMPUTED_WEIGHT = "speciesTotalInertComputedWeight";
72  
73      String PROPERTY_SPECIES_TOTAL_LIVING_NOT_ITEMIZED_COMPUTED_WEIGHT = "speciesTotalLivingNotItemizedComputedWeight";
74  
75      String PROPERTY_BENTHOS_TOTAL_COMPUTED_WEIGHT = "benthosTotalComputedWeight";
76  
77      String PROPERTY_BENTHOS_TOTAL_SORTED_COMPUTED_WEIGHT = "benthosTotalSortedComputedWeight";
78  
79      String PROPERTY_BENTHOS_TOTAL_UNSORTED_COMPUTED_WEIGHT = "benthosTotalUnsortedComputedWeight";
80  
81      String PROPERTY_BENTHOS_TOTAL_SAMPLE_SORTED_COMPUTED_WEIGHT = "benthosTotalSampleSortedComputedWeight";
82  
83      String PROPERTY_BENTHOS_TOTAL_INERT_COMPUTED_WEIGHT = "benthosTotalInertComputedWeight";
84  
85      String PROPERTY_BENTHOS_TOTAL_LIVING_NOT_ITEMIZED_COMPUTED_WEIGHT = "benthosTotalLivingNotItemizedComputedWeight";
86  
87      String PROPERTY_MARINE_LITTER_TOTAL_COMPUTED_WEIGHT = "marineLitterTotalComputedWeight";
88  
89      String PROPERTY_SYNCHRONIZATION_STATUS = "synchronizationStatus";
90  
91      String PROPERTY_CATCH_TOTAL_SORTED_SORTED_COMPUTED_WEIGHT = "catchTotalSortedSortedComputedWeight";
92  
93      String PROPERTY_SPECIES_DISTINCT_SORTED_SPECIES_COUNT = "speciesDistinctSortedSpeciesCount";
94  
95      String PROPERTY_BENTHOS_DISTINCT_SORTED_SPECIES_COUNT = "benthosDistinctSortedSpeciesCount";
96  
97      String PROPERTY_SPECIES_DISTINCT_UNSORTED_SPECIES_COUNT = "speciesDistinctUnsortedSpeciesCount";
98  
99      String PROPERTY_BENTHOS_DISTINCT_UNSORTED_SPECIES_COUNT = "benthosDistinctUnsortedSpeciesCount";
100 
101     String PROPERTY_FISHING_OPERATION = "fishingOperation";
102 
103     Float getSpeciesTotalLivingNotItemizedWeight();
104 
105     void setSpeciesTotalLivingNotItemizedWeight(Float speciesTotalLivingNotItemizedWeight);
106 
107     Float getSpeciesTotalInertWeight();
108 
109     void setSpeciesTotalInertWeight(Float speciesTotalInertWeight);
110 
111     Float getSpeciesTotalSortedWeight();
112 
113     void setSpeciesTotalSortedWeight(Float speciesTotalSortedWeight);
114 
115     Float getCatchTotalWeight();
116 
117     void setCatchTotalWeight(Float catchTotalWeight);
118 
119     Float getCatchTotalSortedTremisWeight();
120 
121     void setCatchTotalSortedTremisWeight(Float catchTotalSortedTremisWeight);
122 
123     Float getCatchTotalSortedCarousselWeight();
124 
125     void setCatchTotalSortedCarousselWeight(Float catchTotalSortedCarousselWeight);
126 
127     Float getCatchTotalRejectedWeight();
128 
129     void setCatchTotalRejectedWeight(Float catchTotalRejectedWeight);
130 
131     Float getMarineLitterTotalWeight();
132 
133     void setMarineLitterTotalWeight(Float marineLitterTotalWeight);
134 
135     Float getBenthosTotalLivingNotItemizedWeight();
136 
137     void setBenthosTotalLivingNotItemizedWeight(Float benthosTotalLivingNotItemizedWeight);
138 
139     Float getBenthosTotalInertWeight();
140 
141     void setBenthosTotalInertWeight(Float benthosTotalInertWeight);
142 
143     Float getBenthosTotalSortedWeight();
144 
145     void setBenthosTotalSortedWeight(Float benthosTotalSortedWeight);
146 
147     Float getCatchTotalComputedWeight();
148 
149     void setCatchTotalComputedWeight(Float catchTotalComputedWeight);
150 
151     Float getCatchTotalSortedComputedWeight();
152 
153     void setCatchTotalSortedComputedWeight(Float catchTotalSortedComputedWeight);
154 
155     Float getCatchTotalUnsortedComputedWeight();
156 
157     void setCatchTotalUnsortedComputedWeight(Float catchTotalUnsortedComputedWeight);
158 
159     Float getCatchTotalRejectedComputedWeight();
160 
161     void setCatchTotalRejectedComputedWeight(Float catchTotalRejectedComputedWeight);
162 
163     Float getSpeciesTotalComputedWeight();
164 
165     void setSpeciesTotalComputedWeight(Float speciesTotalComputedWeight);
166 
167     Float getSpeciesTotalSortedComputedWeight();
168 
169     void setSpeciesTotalSortedComputedWeight(Float speciesTotalSortedComputedWeight);
170 
171     Float getSpeciesTotalUnsortedComputedWeight();
172 
173     void setSpeciesTotalUnsortedComputedWeight(Float speciesTotalUnsortedComputedWeight);
174 
175     Float getSpeciesTotalSampleSortedComputedWeight();
176 
177     void setSpeciesTotalSampleSortedComputedWeight(Float speciesTotalSampleSortedComputedWeight);
178 
179     Float getSpeciesTotalInertComputedWeight();
180 
181     void setSpeciesTotalInertComputedWeight(Float speciesTotalInertComputedWeight);
182 
183     Float getSpeciesTotalLivingNotItemizedComputedWeight();
184 
185     void setSpeciesTotalLivingNotItemizedComputedWeight(Float speciesTotalLivingNotItemizedComputedWeight);
186 
187     Float getBenthosTotalComputedWeight();
188 
189     void setBenthosTotalComputedWeight(Float benthosTotalComputedWeight);
190 
191     Float getBenthosTotalSortedComputedWeight();
192 
193     void setBenthosTotalSortedComputedWeight(Float benthosTotalSortedComputedWeight);
194 
195     Float getBenthosTotalUnsortedComputedWeight();
196 
197     void setBenthosTotalUnsortedComputedWeight(Float benthosTotalUnsortedComputedWeight);
198 
199     Float getBenthosTotalSampleSortedComputedWeight();
200 
201     void setBenthosTotalSampleSortedComputedWeight(Float benthosTotalSampleSortedComputedWeight);
202 
203     Float getBenthosTotalInertComputedWeight();
204 
205     void setBenthosTotalInertComputedWeight(Float benthosTotalInertComputedWeight);
206 
207     Float getBenthosTotalLivingNotItemizedComputedWeight();
208 
209     void setBenthosTotalLivingNotItemizedComputedWeight(Float benthosTotalLivingNotItemizedComputedWeight);
210 
211     Float getMarineLitterTotalComputedWeight();
212 
213     void setMarineLitterTotalComputedWeight(Float marineLitterTotalComputedWeight);
214 
215     String getSynchronizationStatus();
216 
217     void setSynchronizationStatus(String synchronizationStatus);
218 
219     Float getCatchTotalSortedSortedComputedWeight();
220 
221     void setCatchTotalSortedSortedComputedWeight(Float catchTotalSortedSortedComputedWeight);
222 
223     Integer getSpeciesDistinctSortedSpeciesCount();
224 
225     void setSpeciesDistinctSortedSpeciesCount(Integer speciesDistinctSortedSpeciesCount);
226 
227     Integer getBenthosDistinctSortedSpeciesCount();
228 
229     void setBenthosDistinctSortedSpeciesCount(Integer benthosDistinctSortedSpeciesCount);
230 
231     Integer getSpeciesDistinctUnsortedSpeciesCount();
232 
233     void setSpeciesDistinctUnsortedSpeciesCount(Integer speciesDistinctUnsortedSpeciesCount);
234 
235     Integer getBenthosDistinctUnsortedSpeciesCount();
236 
237     void setBenthosDistinctUnsortedSpeciesCount(Integer benthosDistinctUnsortedSpeciesCount);
238 
239     FishingOperation getFishingOperation();
240 
241     void setFishingOperation(FishingOperation fishingOperation);
242 
243 } //CatchBatch