Class ListEntry

    • Constructor Detail

      • ListEntry

        public ListEntry()
    • 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)
      • getList

        public long getList()
      • getListObject

        public List getListObject()
      • setList

        public void setList​(Object list)
      • getPosition

        public int getPosition()
      • setPosition

        public void setPosition​(int position)
      • isPrivate

        public boolean isPrivate()
      • setPrivate

        public void setPrivate​(boolean aPrivate)
      • getUser

        public long getUser()
      • setUser

        public void setUser​(long user)
      • getPlatform

        public long getPlatform()
      • getPlatformObject

        public Platform getPlatformObject()
      • setPlatform

        public void setPlatform​(Object platform)
      • getChecksum

        public String getChecksum()
      • setChecksum

        public void setChecksum​(String checksum)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object