Class 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 JPA
        ShipH2Record​(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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • id

        private java.lang.String id
      • playerUuid

        private java.lang.String playerUuid
      • date

        private java.time.LocalDate date
      • fleetSize

        private int fleetSize
    • Constructor Detail

      • ShipH2Record

        protected ShipH2Record()
        Default constructor needed by JPA
      • ShipH2Record

        public ShipH2Record​(java.lang.String playerUuid,
                            java.time.LocalDate date,
                            int fleetSize)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object