Package ch.sahits.game.test.database
Class ShipH2Record
- java.lang.Object
-
- ch.sahits.game.test.database.ShipH2Record
-
@Entity public class ShipH2Record extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.time.LocalDate
date
private int
fleetSize
private java.lang.String
id
private java.lang.String
playerUuid
-
Constructor Summary
Constructors Modifier Constructor Description protected
ShipH2Record()
Default constructor needed by JPAShipH2Record(java.lang.String playerUuid, java.time.LocalDate date, int fleetSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-