comparison src/main/java/de/intevation/lada/data/importer/OrtCreator.java @ 366:567ce7697fc7 0.5

Code documentation.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 10 Sep 2013 15:55:54 +0200
parents e56527c79a46
children f3d0894d9bfc
comparison
equal deleted inserted replaced
365:fab80595ed55 366:567ce7697fc7
74 public String getOrtCode() { 74 public String getOrtCode() {
75 return ortCode; 75 return ortCode;
76 } 76 }
77 77
78 /** 78 /**
79 * @param ortId the ortCode to set 79 * @param ortCode the ortCode to set
80 */ 80 */
81 public void setOrtCode(String ortCode) { 81 public void setOrtCode(String ortCode) {
82 this.ortCode = ortCode; 82 this.ortCode = ortCode;
83 } 83 }
84 84
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)