forked from SteamWar/SteamWar
Add place field to TeamTeilnahme with getter and setter logic, including database update handling
This commit is contained in:
@@ -46,6 +46,7 @@ public class TeamTeilnahme {
|
|||||||
private final int teamId;
|
private final int teamId;
|
||||||
@Field(keys = {Table.PRIMARY})
|
@Field(keys = {Table.PRIMARY})
|
||||||
private final int eventId;
|
private final int eventId;
|
||||||
|
@Field
|
||||||
private int place;
|
private int place;
|
||||||
|
|
||||||
public void setPlace(int place) {
|
public void setPlace(int place) {
|
||||||
|
|||||||
Reference in New Issue
Block a user