Mercurial > lada > lada-server
changeset 880:2311374cc3e8
These values can and should never be set.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 11 Feb 2016 16:25:46 +0100 |
parents | 6bd149c352a9 |
children | 2e9007297e78 |
files | src/main/java/de/intevation/lada/model/stamm/StatusErreichbar.java |
diffstat | 1 files changed, 0 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/model/stamm/StatusErreichbar.java Thu Feb 11 16:23:38 2016 +0100 +++ b/src/main/java/de/intevation/lada/model/stamm/StatusErreichbar.java Thu Feb 11 16:25:46 2016 +0100 @@ -46,32 +46,16 @@ return this.wertId; } - public void setWertId(Integer wertId) { - this.wertId = wertId; - } - public Integer getStufeId() { return this.stufeId; } - public void setStufeId(Integer stufeId) { - this.stufeId = stufeId; - } - public Integer getCurStufe() { return this.curStufe; } - public void setCurStufe(Integer curStufe) { - this.curStufe = curStufe; - } - public Integer getCurWert() { return this.curWert; } - public void setCurWert(Integer curWert) { - this.curWert = curWert; - } - }