Class Rate

    • Constructor Detail

      • Rate

        public Rate()
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getGame

        public long getGame()
      • getGameObject

        public Game getGameObject()
      • setGame

        public void setGame​(Object game)
      • isPrivate

        public boolean isPrivate()
      • setPrivate

        public void setPrivate​(boolean aPrivate)
      • getRating

        public double getRating()
      • setRating

        public void setRating​(double rating)
      • getUser

        public long getUser()
      • setUser

        public void setUser​(long user)
      • getChecksum

        public String getChecksum()
      • setChecksum

        public void setChecksum​(String checksum)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object