Class ShipNeo4jRecord


  • public class ShipNeo4jRecord
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.time.LocalDate date  
      private int fleetSize  
      private java.lang.Long id  
      private java.lang.String playerUuid  
    • Constructor Summary

      Constructors 
      Constructor Description
      ShipNeo4jRecord()
      Default constructor needed by Neo4j
      ShipNeo4jRecord​(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.Long id
      • playerUuid

        private java.lang.String playerUuid
      • date

        private java.time.LocalDate date
      • fleetSize

        private int fleetSize
    • Constructor Detail

      • ShipNeo4jRecord

        public ShipNeo4jRecord()
        Default constructor needed by Neo4j
      • ShipNeo4jRecord

        public ShipNeo4jRecord​(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