comparison flys-backend/src/main/java/de/intevation/flys/model/HWSLine.java @ 5183:0a83a796f7cf

Fix typo offical -> official in HWS
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 07 Mar 2013 11:18:50 +0100
parents a2600507761e
children
comparison
equal deleted inserted replaced
5182:8aac391871f9 5183:0a83a796f7cf
31 31
32 private Integer ogrFid; 32 private Integer ogrFid;
33 private HWSKind kind; 33 private HWSKind kind;
34 private FedState fedState; 34 private FedState fedState;
35 private River river; 35 private River river;
36 private Integer offical; 36 private Integer official;
37 private Integer shoreSide; 37 private Integer shoreSide;
38 private String name; 38 private String name;
39 private String path; 39 private String path;
40 private String agency; 40 private String agency;
41 private String range; 41 private String range;
91 this.ogrFid = ogrFid; 91 this.ogrFid = ogrFid;
92 } 92 }
93 93
94 94
95 /** 95 /**
96 * Get offical. 96 * Get official.
97 * 97 *
98 * @return offical as Integer. 98 * @return official as Integer.
99 */ 99 */
100 @Column(name = "offical") 100 @Column(name = "official")
101 public Integer getOffical() { 101 public Integer getofficial() {
102 return offical; 102 return official;
103 } 103 }
104 104
105 /** 105 /**
106 * Set offical. 106 * Set official.
107 * 107 *
108 * @param offical the value to set. 108 * @param official the value to set.
109 */ 109 */
110 public void setOffical(Integer offical) { 110 public void setofficial(Integer official) {
111 this.offical = offical; 111 this.official = official;
112 } 112 }
113 113
114 /** 114 /**
115 * Get shoreSide. 115 * Get shoreSide.
116 * 116 *

http://dive4elements.wald.intevation.org