Mercurial > dive4elements > river
comparison flys-backend/src/main/java/de/intevation/flys/model/HWSPoint.java @ 5185:25cafe0a974d
merge
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 07 Mar 2013 11:25:31 +0100 |
parents | 0a83a796f7cf |
children | d43ef9f709cd |
comparison
equal
deleted
inserted
replaced
5184:e8e092c00791 | 5185:25cafe0a974d |
---|---|
26 | 26 |
27 private Integer ogrFid; | 27 private Integer ogrFid; |
28 private HWSKind kind; | 28 private HWSKind kind; |
29 private FedState fedState; | 29 private FedState fedState; |
30 private River river; | 30 private River river; |
31 private Integer offical; | 31 private Integer official; |
32 private Integer shoreSide; | 32 private Integer shoreSide; |
33 private String name; | 33 private String name; |
34 private String path; | 34 private String path; |
35 private String agency; | 35 private String agency; |
36 private String range; | 36 private String range; |
92 this.ogrFid = ogrFid; | 92 this.ogrFid = ogrFid; |
93 } | 93 } |
94 | 94 |
95 | 95 |
96 /** | 96 /** |
97 * Get offical. | 97 * Get official. |
98 * | 98 * |
99 * @return offical as Integer. | 99 * @return official as Integer. |
100 */ | 100 */ |
101 @Column(name = "offical") | 101 @Column(name = "official") |
102 public Integer getOffical() { | 102 public Integer getofficial() { |
103 return offical; | 103 return official; |
104 } | 104 } |
105 | 105 |
106 /** | 106 /** |
107 * Set offical. | 107 * Set official. |
108 * | 108 * |
109 * @param offical the value to set. | 109 * @param official the value to set. |
110 */ | 110 */ |
111 public void setOffical(Integer offical) { | 111 public void setofficial(Integer official) { |
112 this.offical = offical; | 112 this.official = official; |
113 } | 113 } |
114 | 114 |
115 /** | 115 /** |
116 * Get shoreSide. | 116 * Get shoreSide. |
117 * | 117 * |