Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
b0f022fd
Commit
b0f022fd
authored
Sep 11, 2013
by
Matija Obreza
Browse files
Updates
parent
332422ee
Changes
19
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/crophub/rest/common/model/genesys/AllEnvironment.java
0 → 100644
View file @
b0f022fd
/**
* Copyright 2013 Global Crop Diversity Trust
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
**/
package
org.crophub.rest.common.model.genesys
;
// Generated Apr 24, 2013 10:08:59 AM by Hibernate Tools 4.0.0
import
javax.persistence.Column
;
import
javax.persistence.Entity
;
import
javax.persistence.Id
;
import
javax.persistence.Table
;
@Entity
@Table
(
name
=
"all_environment"
)
public
class
AllEnvironment
implements
java
.
io
.
Serializable
{
/**
*
*/
private
static
final
long
serialVersionUID
=
-
6266297665936383829L
;
private
Long
alisId
;
private
Float
TMinJan
;
private
Float
TMinFeb
;
private
Float
TMinMar
;
private
Float
TMinApr
;
private
Float
TMinMay
;
private
Float
TMinJun
;
private
Float
TMinJul
;
private
Float
TMinAug
;
private
Float
TMinSep
;
private
Float
TMinOct
;
private
Float
TMinNov
;
private
Float
TMinDec
;
private
Float
TMaxJan
;
private
Float
TMaxFeb
;
private
Float
TMaxMar
;
private
Float
TMaxApr
;
private
Float
TMaxMay
;
private
Float
TMaxJun
;
private
Float
TMaxJul
;
private
Float
TMaxAug
;
private
Float
TMaxSep
;
private
Float
TMaxOct
;
private
Float
TMaxNov
;
private
Float
TMaxDec
;
private
Float
PJan
;
private
Float
PFeb
;
private
Float
PMar
;
private
Float
PApr
;
private
Float
PMay
;
private
Float
PJun
;
private
Float
PJul
;
private
Float
PAug
;
private
Float
PSep
;
private
Float
POct
;
private
Float
PNov
;
private
Float
PDec
;
private
Float
TMinAnnual
;
private
Float
TMaxAnnual
;
private
Float
PMaxAnnual
;
private
Float
bio1
;
private
Float
bio2
;
private
Float
bio3
;
private
Float
bio4
;
private
Float
bio5
;
private
Float
bio6
;
private
Float
bio7
;
private
Float
bio8
;
private
Float
bio9
;
private
Float
bio10
;
private
Float
bio11
;
private
Float
bio12
;
private
Float
bio13
;
private
Float
bio14
;
private
Float
bio15
;
private
Float
bio16
;
private
Float
bio17
;
private
Float
bio18
;
private
Float
bio19
;
private
Double
longitudeD
;
private
Double
latitudeD
;
private
Short
altitude
;
@Id
@Column
(
name
=
"ALIS_Id"
,
unique
=
true
,
nullable
=
false
)
public
Long
getAlisId
()
{
return
this
.
alisId
;
}
public
void
setAlisId
(
final
Long
alisId
)
{
this
.
alisId
=
alisId
;
}
@Column
(
name
=
"T_Min_Jan"
)
public
Float
getTMinJan
()
{
return
this
.
TMinJan
;
}
public
void
setTMinJan
(
final
Float
TMinJan
)
{
this
.
TMinJan
=
TMinJan
;
}
@Column
(
name
=
"T_Min_Feb"
)
public
Float
getTMinFeb
()
{
return
this
.
TMinFeb
;
}
public
void
setTMinFeb
(
final
Float
TMinFeb
)
{
this
.
TMinFeb
=
TMinFeb
;
}
@Column
(
name
=
"T_Min_Mar"
)
public
Float
getTMinMar
()
{
return
this
.
TMinMar
;
}
public
void
setTMinMar
(
final
Float
TMinMar
)
{
this
.
TMinMar
=
TMinMar
;
}
@Column
(
name
=
"T_Min_Apr"
)
public
Float
getTMinApr
()
{
return
this
.
TMinApr
;
}
public
void
setTMinApr
(
final
Float
TMinApr
)
{
this
.
TMinApr
=
TMinApr
;
}
@Column
(
name
=
"T_Min_May"
)
public
Float
getTMinMay
()
{
return
this
.
TMinMay
;
}
public
void
setTMinMay
(
final
Float
TMinMay
)
{
this
.
TMinMay
=
TMinMay
;
}
@Column
(
name
=
"T_Min_Jun"
)
public
Float
getTMinJun
()
{
return
this
.
TMinJun
;
}
public
void
setTMinJun
(
final
Float
TMinJun
)
{
this
.
TMinJun
=
TMinJun
;
}
@Column
(
name
=
"T_Min_Jul"
)
public
Float
getTMinJul
()
{
return
this
.
TMinJul
;
}
public
void
setTMinJul
(
final
Float
TMinJul
)
{
this
.
TMinJul
=
TMinJul
;
}
@Column
(
name
=
"T_Min_Aug"
)
public
Float
getTMinAug
()
{
return
this
.
TMinAug
;
}
public
void
setTMinAug
(
final
Float
TMinAug
)
{
this
.
TMinAug
=
TMinAug
;
}
@Column
(
name
=
"T_Min_Sep"
)
public
Float
getTMinSep
()
{
return
this
.
TMinSep
;
}
public
void
setTMinSep
(
final
Float
TMinSep
)
{
this
.
TMinSep
=
TMinSep
;
}
@Column
(
name
=
"T_Min_Oct"
)
public
Float
getTMinOct
()
{
return
this
.
TMinOct
;
}
public
void
setTMinOct
(
final
Float
TMinOct
)
{
this
.
TMinOct
=
TMinOct
;
}
@Column
(
name
=
"T_Min_Nov"
)
public
Float
getTMinNov
()
{
return
this
.
TMinNov
;
}
public
void
setTMinNov
(
final
Float
TMinNov
)
{
this
.
TMinNov
=
TMinNov
;
}
@Column
(
name
=
"T_Min_Dec"
)
public
Float
getTMinDec
()
{
return
this
.
TMinDec
;
}
public
void
setTMinDec
(
final
Float
TMinDec
)
{
this
.
TMinDec
=
TMinDec
;
}
@Column
(
name
=
"T_Max_Jan"
)
public
Float
getTMaxJan
()
{
return
this
.
TMaxJan
;
}
public
void
setTMaxJan
(
final
Float
TMaxJan
)
{
this
.
TMaxJan
=
TMaxJan
;
}
@Column
(
name
=
"T_Max_Feb"
)
public
Float
getTMaxFeb
()
{
return
this
.
TMaxFeb
;
}
public
void
setTMaxFeb
(
final
Float
TMaxFeb
)
{
this
.
TMaxFeb
=
TMaxFeb
;
}
@Column
(
name
=
"T_Max_Mar"
)
public
Float
getTMaxMar
()
{
return
this
.
TMaxMar
;
}
public
void
setTMaxMar
(
final
Float
TMaxMar
)
{
this
.
TMaxMar
=
TMaxMar
;
}
@Column
(
name
=
"T_Max_Apr"
)
public
Float
getTMaxApr
()
{
return
this
.
TMaxApr
;
}
public
void
setTMaxApr
(
final
Float
TMaxApr
)
{
this
.
TMaxApr
=
TMaxApr
;
}
@Column
(
name
=
"T_Max_May"
)
public
Float
getTMaxMay
()
{
return
this
.
TMaxMay
;
}
public
void
setTMaxMay
(
final
Float
TMaxMay
)
{
this
.
TMaxMay
=
TMaxMay
;
}
@Column
(
name
=
"T_Max_Jun"
)
public
Float
getTMaxJun
()
{
return
this
.
TMaxJun
;
}
public
void
setTMaxJun
(
final
Float
TMaxJun
)
{
this
.
TMaxJun
=
TMaxJun
;
}
@Column
(
name
=
"T_Max_Jul"
)
public
Float
getTMaxJul
()
{
return
this
.
TMaxJul
;
}
public
void
setTMaxJul
(
final
Float
TMaxJul
)
{
this
.
TMaxJul
=
TMaxJul
;
}
@Column
(
name
=
"T_Max_Aug"
)
public
Float
getTMaxAug
()
{
return
this
.
TMaxAug
;
}
public
void
setTMaxAug
(
final
Float
TMaxAug
)
{
this
.
TMaxAug
=
TMaxAug
;
}
@Column
(
name
=
"T_Max_Sep"
)
public
Float
getTMaxSep
()
{
return
this
.
TMaxSep
;
}
public
void
setTMaxSep
(
final
Float
TMaxSep
)
{
this
.
TMaxSep
=
TMaxSep
;
}
@Column
(
name
=
"T_Max_Oct"
)
public
Float
getTMaxOct
()
{
return
this
.
TMaxOct
;
}
public
void
setTMaxOct
(
final
Float
TMaxOct
)
{
this
.
TMaxOct
=
TMaxOct
;
}
@Column
(
name
=
"T_Max_Nov"
)
public
Float
getTMaxNov
()
{
return
this
.
TMaxNov
;
}
public
void
setTMaxNov
(
final
Float
TMaxNov
)
{
this
.
TMaxNov
=
TMaxNov
;
}
@Column
(
name
=
"T_Max_Dec"
)
public
Float
getTMaxDec
()
{
return
this
.
TMaxDec
;
}
public
void
setTMaxDec
(
final
Float
TMaxDec
)
{
this
.
TMaxDec
=
TMaxDec
;
}
@Column
(
name
=
"P_Jan"
)
public
Float
getPJan
()
{
return
this
.
PJan
;
}
public
void
setPJan
(
final
Float
PJan
)
{
this
.
PJan
=
PJan
;
}
@Column
(
name
=
"P_Feb"
)
public
Float
getPFeb
()
{
return
this
.
PFeb
;
}
public
void
setPFeb
(
final
Float
PFeb
)
{
this
.
PFeb
=
PFeb
;
}
@Column
(
name
=
"P_Mar"
)
public
Float
getPMar
()
{
return
this
.
PMar
;
}
public
void
setPMar
(
final
Float
PMar
)
{
this
.
PMar
=
PMar
;
}
@Column
(
name
=
"P_Apr"
)
public
Float
getPApr
()
{
return
this
.
PApr
;
}
public
void
setPApr
(
final
Float
PApr
)
{
this
.
PApr
=
PApr
;
}
@Column
(
name
=
"P_May"
)
public
Float
getPMay
()
{
return
this
.
PMay
;
}
public
void
setPMay
(
final
Float
PMay
)
{
this
.
PMay
=
PMay
;
}
@Column
(
name
=
"P_Jun"
)
public
Float
getPJun
()
{
return
this
.
PJun
;
}
public
void
setPJun
(
final
Float
PJun
)
{
this
.
PJun
=
PJun
;
}
@Column
(
name
=
"P_Jul"
)
public
Float
getPJul
()
{
return
this
.
PJul
;
}
public
void
setPJul
(
final
Float
PJul
)
{
this
.
PJul
=
PJul
;
}
@Column
(
name
=
"P_Aug"
)
public
Float
getPAug
()
{
return
this
.
PAug
;
}
public
void
setPAug
(
final
Float
PAug
)
{
this
.
PAug
=
PAug
;
}
@Column
(
name
=
"P_Sep"
)
public
Float
getPSep
()
{
return
this
.
PSep
;
}
public
void
setPSep
(
final
Float
PSep
)
{
this
.
PSep
=
PSep
;
}
@Column
(
name
=
"P_Oct"
)
public
Float
getPOct
()
{
return
this
.
POct
;
}
public
void
setPOct
(
final
Float
POct
)
{
this
.
POct
=
POct
;
}
@Column
(
name
=
"P_Nov"
)
public
Float
getPNov
()
{
return
this
.
PNov
;
}
public
void
setPNov
(
final
Float
PNov
)
{
this
.
PNov
=
PNov
;
}
@Column
(
name
=
"P_Dec"
)
public
Float
getPDec
()
{
return
this
.
PDec
;
}
public
void
setPDec
(
final
Float
PDec
)
{
this
.
PDec
=
PDec
;
}
@Column
(
name
=
"T_Min_Annual"
)
public
Float
getTMinAnnual
()
{
return
this
.
TMinAnnual
;
}
public
void
setTMinAnnual
(
final
Float
TMinAnnual
)
{
this
.
TMinAnnual
=
TMinAnnual
;
}
@Column
(
name
=
"T_Max_Annual"
)
public
Float
getTMaxAnnual
()
{
return
this
.
TMaxAnnual
;
}
public
void
setTMaxAnnual
(
final
Float
TMaxAnnual
)
{
this
.
TMaxAnnual
=
TMaxAnnual
;
}
@Column
(
name
=
"P_Max_Annual"
)
public
Float
getPMaxAnnual
()
{
return
this
.
PMaxAnnual
;
}
public
void
setPMaxAnnual
(
final
Float
PMaxAnnual
)
{
this
.
PMaxAnnual
=
PMaxAnnual
;
}
@Column
(
name
=
"Bio_1"
)
public
Float
getBio1
()
{
return
this
.
bio1
;
}
public
void
setBio1
(
final
Float
bio1
)
{
this
.
bio1
=
bio1
;
}
@Column
(
name
=
"Bio_2"
)
public
Float
getBio2
()
{
return
this
.
bio2
;
}
public
void
setBio2
(
final
Float
bio2
)
{
this
.
bio2
=
bio2
;
}
@Column
(
name
=
"Bio_3"
)
public
Float
getBio3
()
{
return
this
.
bio3
;
}
public
void
setBio3
(
final
Float
bio3
)
{
this
.
bio3
=
bio3
;
}
@Column
(
name
=
"Bio_4"
)
public
Float
getBio4
()
{
return
this
.
bio4
;
}
public
void
setBio4
(
final
Float
bio4
)
{
this
.
bio4
=
bio4
;
}
@Column
(
name
=
"Bio_5"
)
public
Float
getBio5
()
{
return
this
.
bio5
;
}
public
void
setBio5
(
final
Float
bio5
)
{
this
.
bio5
=
bio5
;
}
@Column
(
name
=
"Bio_6"
)
public
Float
getBio6
()
{
return
this
.
bio6
;
}
public
void
setBio6
(
final
Float
bio6
)
{
this
.
bio6
=
bio6
;
}
@Column
(
name
=
"Bio_7"
)
public
Float
getBio7
()
{
return
this
.
bio7
;
}
public
void
setBio7
(
final
Float
bio7
)
{
this
.
bio7
=
bio7
;
}
@Column
(
name
=
"Bio_8"
)
public
Float
getBio8
()
{
return
this
.
bio8
;
}
public
void
setBio8
(
final
Float
bio8
)
{
this
.
bio8
=
bio8
;
}
@Column
(
name
=
"Bio_9"
)
public
Float
getBio9
()
{
return
this
.
bio9
;
}
public
void
setBio9
(
final
Float
bio9
)
{
this
.
bio9
=
bio9
;
}
@Column
(
name
=
"Bio_10"
)
public
Float
getBio10
()
{
return
this
.
bio10
;
}
public
void
setBio10
(
final
Float
bio10
)
{
this
.
bio10
=
bio10
;
}
@Column
(
name
=
"Bio_11"
)
public
Float
getBio11
()
{
return
this
.
bio11
;
}
public
void
setBio11
(
final
Float
bio11
)
{
this
.
bio11
=
bio11
;
}
@Column
(
name
=
"Bio_12"
)
public
Float
getBio12
()
{
return
this
.
bio12
;
}
public
void
setBio12
(
final
Float
bio12
)
{
this
.
bio12
=
bio12
;
}
@Column
(
name
=
"Bio_13"
)
public
Float
getBio13
()
{
return
this
.
bio13
;
}
public
void
setBio13
(
final
Float
bio13
)
{
this
.
bio13
=
bio13
;
}
@Column
(
name
=
"Bio_14"
)
public
Float
getBio14
()
{
return
this
.
bio14
;
}
public
void
setBio14
(
final
Float
bio14
)
{
this
.
bio14
=
bio14
;
}
@Column
(
name
=
"Bio_15"
)
public
Float
getBio15
()
{
return
this
.
bio15
;
}