Class Card


  • @Entity
    public class Card
    extends java.lang.Object
    • Constructor Detail

    • Method Detail

      • getId

        public java.lang.Long getId()
      • setId

        public void setId​(java.lang.Long id)
      • getOrderInLocation

        public int getOrderInLocation()
      • setOrderInLocation

        public void setOrderInLocation​(int orderInLocation)
      • getCreated

        @NonNull
        public java.util.Date getCreated()
      • setCreated

        public void setCreated​(@NonNull
                               java.util.Date created)
      • getUpdated

        @NonNull
        public java.util.Date getUpdated()
      • setUpdated

        public void setUpdated​(@NonNull
                               java.util.Date updated)
      • setLocation

        public void setLocation​(Card.Location location)
      • getPlayer

        @NonNull
        public Player getPlayer()
      • setPlayer

        public void setPlayer​(@NonNull
                              Player player)
      • setType

        public void setType​(Card.Type type)
      • getGame

        public Game getGame()
      • setGame

        public void setGame​(Game game)