bearbeitet tabelle trackt nun die station, bis zu der ein user innerhalb eines caches gekommen ist
This commit is contained in:
parent
8bcaab5bff
commit
161d29f248
@ -20,6 +20,9 @@ public class Bearbeitet {
|
|||||||
@OneToOne
|
@OneToOne
|
||||||
private CacheAccesDefinition cacheAccesDefinition;
|
private CacheAccesDefinition cacheAccesDefinition;
|
||||||
|
|
||||||
|
@OneToOne
|
||||||
|
private Station aktuelleStation;
|
||||||
|
|
||||||
public int getId() {
|
public int getId() {
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
@ -51,4 +54,12 @@ public class Bearbeitet {
|
|||||||
public void setCacheAccesDefinition(CacheAccesDefinition cacheAccesDefinition) {
|
public void setCacheAccesDefinition(CacheAccesDefinition cacheAccesDefinition) {
|
||||||
this.cacheAccesDefinition = cacheAccesDefinition;
|
this.cacheAccesDefinition = cacheAccesDefinition;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Station getAktuelleStation() {
|
||||||
|
return aktuelleStation;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setAktuelleStation(Station aktuelleStation) {
|
||||||
|
this.aktuelleStation = aktuelleStation;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user